Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/hf_client/
Dbta_hf_client_sdp.c141 if (features & BTA_HF_CLIENT_FEAT_VREC) in bta_hf_client_add_record()
142 sdp_features |= BTA_HF_CLIENT_FEAT_VREC; in bta_hf_client_add_record()
/external/bluetooth/bluedroid/bta/include/
Dbta_hf_client_api.h52 #define BTA_HF_CLIENT_FEAT_VREC 0x00000008 /* Voice recognition activation */ macro
/external/bluetooth/bluedroid/btif/src/
Dbtif_hf_client.c58 BTA_HF_CLIENT_FEAT_VREC | \