Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_hf_client_api.h154 #define BTA_HF_CLIENT_AT_CMD_ATD 8 macro
/system/bt/btif/src/
Dbtif_hf_client.cc489 BTA_HfClientSendAT(cb->handle, BTA_HF_CLIENT_AT_CMD_ATD, 0, 0, number); in dial()
511 BTA_HfClientSendAT(cb->handle, BTA_HF_CLIENT_AT_CMD_ATD, location, 0, NULL); in dial_memory()
/system/bt/bta/hf_client/
Dbta_hf_client_at.cc2065 case BTA_HF_CLIENT_AT_CMD_ATD: in bta_hf_client_send_at_cmd()