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 | 169 static void bta_hf_client_send_at(tBTA_HF_CLIENT_CB* client_cb, in bta_hf_client_send_at() function 211 bta_hf_client_send_at(client_cb, cur->cmd, cur->buf, cur->buf_len); in bta_hf_client_send_queued_at() 1743 bta_hf_client_send_at(client_cb, BTA_HF_CLIENT_AT_BRSF, buf, at_len); in bta_hf_client_send_at_brsf() 1753 bta_hf_client_send_at(client_cb, BTA_HF_CLIENT_AT_BAC, buf, strlen(buf)); in bta_hf_client_send_at_bac() 1768 bta_hf_client_send_at(client_cb, BTA_HF_CLIENT_AT_BCS, buf, at_len); in bta_hf_client_send_at_bcs() 1785 bta_hf_client_send_at(client_cb, cmd, buf, strlen(buf)); in bta_hf_client_send_at_cind() 1798 bta_hf_client_send_at(client_cb, BTA_HF_CLIENT_AT_CMER, buf, strlen(buf)); in bta_hf_client_send_at_cmer() 1818 bta_hf_client_send_at(client_cb, BTA_HF_CLIENT_AT_CHLD, buf, at_len); in bta_hf_client_send_at_chld() 1844 bta_hf_client_send_at(client_cb, cmd, buf.c_str(), buf.size()); in bta_hf_client_send_at_bind() 1866 bta_hf_client_send_at(client_cb, cmd, buf, len); in bta_hf_client_send_at_biev() [all …]
|