Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/hf_client/
Dbta_hf_client_cmd.c33 case BTA_HF_CLIENT_AT_CMD_BTRH: in bta_hf_client_send_at_cmd()
/external/bluetooth/bluedroid/btif/src/
Dbtif_hf_client.c513 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_BTRH, 0, 0, NULL); in handle_call_action()
516 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_BTRH, 1, 0, NULL); in handle_call_action()
519 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_BTRH, 2, 0, NULL); in handle_call_action()
/external/bluetooth/bluedroid/bta/include/
Dbta_hf_client_api.h129 #define BTA_HF_CLIENT_AT_CMD_BTRH 1 macro