Home
last modified time | relevance | path

Searched refs:BTHF_SWB_NO (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java80 static final int BTHF_SWB_NO = 1; field in HeadsetHalConstants
DHeadsetStateMachine.java2061 case HeadsetHalConstants.BTHF_SWB_NO: in processSWBEvent()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf.h70 BTHF_SWB_NO, enumerator
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc569 bt_hf_callbacks->SwbCallback(BTHF_SWB_CODEC_LC3, BTHF_SWB_NO, in btif_hf_upstreams_evt()
574 bt_hf_callbacks->SwbCallback(BTHF_SWB_CODEC_LC3, BTHF_SWB_NO, in btif_hf_upstreams_evt()
600 config = BTHF_SWB_NO; 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()
707 : BTHF_SWB_NO, in btif_hf_upstreams_evt()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java1512 int codec = HeadsetHalConstants.BTHF_SWB_NO; in testSetAudioParametersWithAptxVoice_SwbDisabled()
1541 int codec = HeadsetHalConstants.BTHF_SWB_NO; in testSetAudioParametersWithoutAptxVoice_SwbDisabled()
DHeadsetStateMachineTest.java2017 HeadsetHalConstants.BTHF_SWB_NO, in testSetAudioParameters_SwbDisabled()