Searched refs:BTA_HF_CLIENT_AT_CMD_CHLD (Results 1 – 3 of 3) sorted by relevance
/system/bt/btif/src/ |
D | btif_hf_client.cc | 535 BTA_HfClientSendAT(cb->handle, BTA_HF_CLIENT_AT_CMD_CHLD, 0, 0, NULL); in handle_call_action() 542 BTA_HfClientSendAT(cb->handle, BTA_HF_CLIENT_AT_CMD_CHLD, 1, 0, NULL); in handle_call_action() 549 BTA_HfClientSendAT(cb->handle, BTA_HF_CLIENT_AT_CMD_CHLD, 2, 0, NULL); in handle_call_action() 555 BTA_HfClientSendAT(cb->handle, BTA_HF_CLIENT_AT_CMD_CHLD, 3, 0, NULL); in handle_call_action() 561 BTA_HfClientSendAT(cb->handle, BTA_HF_CLIENT_AT_CMD_CHLD, 4, 0, NULL); in handle_call_action() 570 BTA_HfClientSendAT(cb->handle, BTA_HF_CLIENT_AT_CMD_CHLD, 1, idx, NULL); in handle_call_action() 579 BTA_HfClientSendAT(cb->handle, BTA_HF_CLIENT_AT_CMD_CHLD, 2, idx, NULL); in handle_call_action()
|
/system/bt/bta/include/ |
D | bta_hf_client_api.h | 154 #define BTA_HF_CLIENT_AT_CMD_CHLD 3 macro
|
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.cc | 2106 case BTA_HF_CLIENT_AT_CMD_CHLD: in bta_hf_client_send_at_cmd()
|