Searched refs:bta_hf_client_send_at (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/hf_client/ |
D | bta_hf_client_at.cc | 167 static void bta_hf_client_send_at(tBTA_HF_CLIENT_CB* client_cb, in bta_hf_client_send_at() function 209 bta_hf_client_send_at(client_cb, cur->cmd, cur->buf, cur->buf_len); in bta_hf_client_send_queued_at() 1681 bta_hf_client_send_at(client_cb, BTA_HF_CLIENT_AT_BRSF, buf, at_len); in bta_hf_client_send_at_brsf() 1691 bta_hf_client_send_at(client_cb, BTA_HF_CLIENT_AT_BAC, buf, strlen(buf)); in bta_hf_client_send_at_bac() 1706 bta_hf_client_send_at(client_cb, BTA_HF_CLIENT_AT_BCS, buf, at_len); in bta_hf_client_send_at_bcs() 1723 bta_hf_client_send_at(client_cb, cmd, buf, strlen(buf)); in bta_hf_client_send_at_cind() 1736 bta_hf_client_send_at(client_cb, BTA_HF_CLIENT_AT_CMER, buf, strlen(buf)); in bta_hf_client_send_at_cmer() 1756 bta_hf_client_send_at(client_cb, BTA_HF_CLIENT_AT_CHLD, buf, at_len); in bta_hf_client_send_at_chld() 1769 bta_hf_client_send_at(client_cb, BTA_HF_CLIENT_AT_CLIP, buf, strlen(buf)); in bta_hf_client_send_at_clip() 1782 bta_hf_client_send_at(client_cb, BTA_HF_CLIENT_AT_CCWA, buf, strlen(buf)); in bta_hf_client_send_at_ccwa() [all …]
|