Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_hf_client.c449 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_CHLD, 0, 0, NULL); in handle_call_action()
457 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_CHLD, 1, 0, NULL); in handle_call_action()
465 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_CHLD, 2, 0, NULL); in handle_call_action()
472 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_CHLD, 3, 0, NULL); in handle_call_action()
479 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_CHLD, 4, 0, NULL); in handle_call_action()
490 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_CHLD, 1, idx, NULL); in handle_call_action()
501 BTA_HfClientSendAT(btif_hf_client_cb.handle, BTA_HF_CLIENT_AT_CMD_CHLD, 2, idx, NULL); in handle_call_action()
/system/bt/bta/hf_client/
Dbta_hf_client_cmd.c39 case BTA_HF_CLIENT_AT_CMD_CHLD: in bta_hf_client_send_at_cmd()
/system/bt/bta/include/
Dbta_hf_client_api.h131 #define BTA_HF_CLIENT_AT_CMD_CHLD 3 macro