Home
last modified time | relevance | path

Searched refs:BTHF_SWB_YES (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java81 static final int BTHF_SWB_YES = 2; field in HeadsetHalConstants
DHeadsetStateMachine.java2044 case HeadsetHalConstants.BTHF_SWB_YES: in processSWBEvent()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf.h71 BTHF_SWB_YES, enumerator
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc579 bt_hf_callbacks->SwbCallback(BTHF_SWB_CODEC_LC3, BTHF_SWB_YES, in btif_hf_upstreams_evt()
598 config = BTHF_SWB_YES; in btif_hf_upstreams_evt()
666 (p_data->val.num == BTM_SCO_CODEC_LC3) ? BTHF_SWB_YES : BTHF_SWB_NO, in btif_hf_upstreams_evt()
706 p_data->val.num <= BTA_AG_SCO_APTX_SWB_SETTINGS_Q3 ? BTHF_SWB_YES in btif_hf_upstreams_evt()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java1263 int swbConfig = HeadsetHalConstants.BTHF_SWB_YES; in testIncomingCall_NonHdNonVoipCall_AptXDisabled()
1346 int swbConfig = HeadsetHalConstants.BTHF_SWB_YES; in testIncomingCall_HdNonVoipCall_AptXEnabled()
1421 int swbConfig = HeadsetHalConstants.BTHF_SWB_YES; in testSetAudioParametersWithAptxVoice_Lc3SwbEnabled()
1452 int swbConfig = HeadsetHalConstants.BTHF_SWB_YES; in testSetAudioParametersWithoutAptxVoice_Lc3SwbEnabled()
1482 int swbConfig = HeadsetHalConstants.BTHF_SWB_YES; in testSetAudioParametersWithAptxVoice_AptXSwbEnabled()
DHeadsetStateMachineTest.java1971 HeadsetHalConstants.BTHF_SWB_YES, in testSetAudioParameters_SwbAptxEnabled()
1994 HeadsetHalConstants.BTHF_SWB_YES, in testSetAudioParameters_SwbLc3Enabled()
2041 HeadsetHalConstants.BTHF_SWB_YES, in testSetAudioParameters_isScoManagedByAudio()
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc203 (codec == headset::BTHF_SWB_CODEC_LC3 && swb == headset::BTHF_SWB_YES), *addr); in SwbCallback()