Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hf_client_api.h174 #define BTA_HF_CLIENT_AT_CMD_BVRA 11 macro
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc407 BTA_HfClientSendAT(cb->handle, BTA_HF_CLIENT_AT_CMD_BVRA, 1, 0, NULL); in start_voice_recognition()
429 BTA_HfClientSendAT(cb->handle, BTA_HF_CLIENT_AT_CMD_BVRA, 0, 0, NULL); in stop_voice_recognition()
/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_at.cc2341 case BTA_HF_CLIENT_AT_CMD_BVRA: in bta_hf_client_send_at_cmd()