Home
last modified time | relevance | path

Searched refs:BTA_HF_CLIENT_FEAT_SWB (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/btif/test/
Dbtif_hf_client_service_test.cc53 ASSERT_EQ((gFeatures & BTA_HF_CLIENT_FEAT_SWB) > 0, in TEST_F()
/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h71 #define BTA_HF_CLIENT_FEAT_SWB 0x00000400 /* SWB feature (HFP 1.9) */ macro
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_sdp.cc166 if (features & BTA_HF_CLIENT_FEAT_SWB) in bta_hf_client_add_record()
Dbta_hf_client_main.cc437 bta_hf_client_cb_arr.is_support_lc3 = features & BTA_HF_CLIENT_FEAT_SWB; in bta_hf_client_api_enable()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc1085 features |= BTA_HF_CLIENT_FEAT_SWB; in btif_hf_client_execute_service()