Searched refs:bta_hf_client_send_at (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_at.c | 175 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 214 bta_hf_client_send_at(cur->cmd, cur->buf, cur->buf_len); in bta_hf_client_send_queued_at() 1401 bta_hf_client_send_at(BTA_HF_CLIENT_AT_BRSF , buf, at_len); in bta_hf_client_send_at_brsf() 1417 bta_hf_client_send_at(BTA_HF_CLIENT_AT_BAC, buf, strlen(buf)); in bta_hf_client_send_at_bac() 1432 bta_hf_client_send_at(BTA_HF_CLIENT_AT_BCS, buf, at_len); in bta_hf_client_send_at_bcs() 1451 bta_hf_client_send_at(cmd, buf, strlen(buf)); in bta_hf_client_send_at_cind() 1466 bta_hf_client_send_at(BTA_HF_CLIENT_AT_CMER, buf, strlen(buf)); in bta_hf_client_send_at_cmer() 1485 bta_hf_client_send_at(BTA_HF_CLIENT_AT_CHLD, buf, at_len); in bta_hf_client_send_at_chld() 1501 bta_hf_client_send_at(BTA_HF_CLIENT_AT_CLIP, buf, strlen(buf)); in bta_hf_client_send_at_clip() 1516 bta_hf_client_send_at(BTA_HF_CLIENT_AT_CCWA, buf, strlen(buf)); in bta_hf_client_send_at_ccwa() [all …]
|