Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hf_client_api.h157 #define BTA_HF_CLIENT_AT_CMD_BVRA 11 macro
/system/bt/btif/src/
Dbtif_hf_client.cc414 BTA_HfClientSendAT(cb->handle, BTA_HF_CLIENT_AT_CMD_BVRA, 1, 0, NULL); in start_voice_recognition()
436 BTA_HfClientSendAT(cb->handle, BTA_HF_CLIENT_AT_CMD_BVRA, 0, 0, NULL); in stop_voice_recognition()
/system/bt/bta/hf_client/
Dbta_hf_client_at.cc2074 case BTA_HF_CLIENT_AT_CMD_BVRA: in bta_hf_client_send_at_cmd()