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.h53 typedef enum { BTHF_SWB_CODEC_LC3 = 0, BTHF_SWB_CODEC_VENDOR_APTX } bthf_swb_codec_t; typedef
147 struct formatter<bluetooth::headset::bthf_swb_codec_t>
148 : enum_formatter<bluetooth::headset::bthf_swb_codec_t> {};
Dbluetooth_headset_callbacks.h118 virtual void SwbCallback(bthf_swb_codec_t codec, bthf_swb_config_t swb, RawAddress* bd_addr) = 0;
Dbluetooth_headset_interface.h233 virtual bt_status_t EnableSwb(bthf_swb_codec_t swbCodec, bool enable, RawAddress* bd_addr) = 0;
/packages/modules/Bluetooth/system/bta/include/
Dbta_ag_swb_aptx.h40 bool get_swb_codec_status(bluetooth::headset::bthf_swb_codec_t swb_codec, RawAddress* bd_addr);
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_swb_aptx.cc63 bool get_swb_codec_status(bluetooth::headset::bthf_swb_codec_t swb_codec, RawAddress* bd_addr) { in get_swb_codec_status()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc611 bthf_swb_codec_t codec = BTHF_SWB_CODEC_LC3; in btif_hf_upstreams_evt()
902 bt_status_t EnableSwb(bthf_swb_codec_t swbCodec, bool enable, RawAddress* bd_addr) override;
1527 bt_status_t HeadsetInterface::EnableSwb(bthf_swb_codec_t /*swb_codec*/, bool enable, in EnableSwb() argument
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc187 void SwbCallback(headset::bthf_swb_codec_t codec, headset::bthf_swb_config_t swb, in SwbCallback()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfp.cpp265 void SwbCallback(bluetooth::headset::bthf_swb_codec_t swb_codec, in SwbCallback()
970 (bluetooth::headset::bthf_swb_codec_t)swbCodec, (bool)enable, (RawAddress*)addr); in enableSwbNative()