Home
last modified time | relevance | path

Searched refs:BTA_HF_CLIENT_FEAT_VREC (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_sdp.cc156 if (features & BTA_HF_CLIENT_FEAT_VREC) in bta_hf_client_add_record()
157 sdp_features |= BTA_HF_CLIENT_FEAT_VREC; in bta_hf_client_add_record()
Dbta_hf_client_api.cc225 BTA_HF_CLIENT_FEAT_CLI | BTA_HF_CLIENT_FEAT_VREC | BTA_HF_CLIENT_FEAT_VOL | \ in get_default_hf_client_features()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_hf_client_service_test.cc18 BTA_HF_CLIENT_FEAT_CLI | BTA_HF_CLIENT_FEAT_VREC | BTA_HF_CLIENT_FEAT_VOL | \ in get_default_hf_client_features()
/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h64 #define BTA_HF_CLIENT_FEAT_VREC 0x00000008 /* Voice recognition activation */ macro