Home
last modified time | relevance | path

Searched refs:bthf_swb_codec_t (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf.h65 } bthf_swb_codec_t; typedef
169 struct formatter<bluetooth::headset::bthf_swb_codec_t>
170 : enum_formatter<bluetooth::headset::bthf_swb_codec_t> {};
Dbluetooth_headset_callbacks.h124 virtual void SwbCallback(bthf_swb_codec_t codec, bthf_swb_config_t swb,
Dbluetooth_headset_interface.h240 virtual bt_status_t EnableSwb(bthf_swb_codec_t swbCodec, bool enable,
/packages/modules/Bluetooth/system/bta/include/
Dbta_ag_swb_aptx.h40 bool get_swb_codec_status(bluetooth::headset::bthf_swb_codec_t swb_codec,
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_swb_aptx.cc57 bool get_swb_codec_status(bluetooth::headset::bthf_swb_codec_t swb_codec, in get_swb_codec_status()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc585 bthf_swb_codec_t codec = BTHF_SWB_CODEC_LC3; in btif_hf_upstreams_evt()
871 bt_status_t EnableSwb(bthf_swb_codec_t swbCodec, bool enable,
1520 bt_status_t HeadsetInterface::EnableSwb(bthf_swb_codec_t swb_codec, bool enable, in EnableSwb()
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc200 headset::bthf_swb_codec_t codec, headset::bthf_swb_config_t swb, RawAddress* addr) override { in SwbCallback()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp241 void SwbCallback(bluetooth::headset::bthf_swb_codec_t swb_codec, in SwbCallback()
973 (bluetooth::headset::bthf_swb_codec_t)swbCodec, (bool)enable, in enableSwbNative()