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.c | 169 static void bta_hf_client_send_at(tBTA_HF_CLIENT_AT_CMD cmd, char *buf, UINT16 buf_len) in bta_hf_client_send_at() function 211 bta_hf_client_send_at(cur->cmd, cur->buf, cur->buf_len); in bta_hf_client_send_queued_at() 1523 bta_hf_client_send_at(BTA_HF_CLIENT_AT_BRSF , buf, at_len); in bta_hf_client_send_at_brsf() 1541 bta_hf_client_send_at(BTA_HF_CLIENT_AT_BAC, buf, strlen(buf)); in bta_hf_client_send_at_bac() 1558 bta_hf_client_send_at(BTA_HF_CLIENT_AT_BCS, buf, at_len); in bta_hf_client_send_at_bcs() 1579 bta_hf_client_send_at(cmd, buf, strlen(buf)); in bta_hf_client_send_at_cind() 1593 bta_hf_client_send_at(BTA_HF_CLIENT_AT_CMER, buf, strlen(buf)); in bta_hf_client_send_at_cmer() 1614 bta_hf_client_send_at(BTA_HF_CLIENT_AT_CHLD, buf, at_len); in bta_hf_client_send_at_chld() 1628 bta_hf_client_send_at(BTA_HF_CLIENT_AT_CLIP, buf, strlen(buf)); in bta_hf_client_send_at_clip() 1642 bta_hf_client_send_at(BTA_HF_CLIENT_AT_CCWA, buf, strlen(buf)); in bta_hf_client_send_at_ccwa() [all …]
|