Home
last modified time | relevance | path

Searched refs:BTA_AG_PEER_FEAT_VREC (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/bta/include/
Dbta_ag_api.h181 #define BTA_AG_PEER_FEAT_VREC 0x0008 /* Voice recognition activation */ macro
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc993 if (!(btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC)) { in isVoiceRecognitionSupported()
1010 if (!(btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC)) { in StartVoiceRecognition()
1033 if (!(btif_hf_cb[idx].peer_feat & BTA_AG_PEER_FEAT_VREC)) { in StopVoiceRecognition()