Searched refs:BTA_HF_CLIENT_AT_MAX_LEN (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_at.c | 1389 char *buf = osi_malloc(BTA_HF_CLIENT_AT_MAX_LEN); in bta_hf_client_send_at_brsf() 1399 at_len = snprintf(buf, BTA_HF_CLIENT_AT_MAX_LEN, "AT+BRSF=%u\r", bta_hf_client_cb.scb.features); in bta_hf_client_send_at_brsf() 1422 char * buf = osi_malloc(BTA_HF_CLIENT_AT_MAX_LEN); in bta_hf_client_send_at_bcs() 1430 at_len = snprintf(buf, BTA_HF_CLIENT_AT_MAX_LEN, "AT+BCS=%u\r", codec); in bta_hf_client_send_at_bcs() 1471 char *buf = osi_malloc(BTA_HF_CLIENT_AT_MAX_LEN); in bta_hf_client_send_at_chld() 1480 at_len = snprintf(buf, BTA_HF_CLIENT_AT_MAX_LEN, "AT+CHLD=%c%u\r", cmd, idx); in bta_hf_client_send_at_chld() 1482 at_len = snprintf(buf, BTA_HF_CLIENT_AT_MAX_LEN, "AT+CHLD=%c\r", cmd); in bta_hf_client_send_at_chld() 1566 char *buf = osi_malloc(BTA_HF_CLIENT_AT_MAX_LEN); in bta_hf_client_send_at_xapl() 1583 snprintf(buf, BTA_HF_CLIENT_AT_MAX_LEN, "AT+XAPL=%s,%u\r", information, features); in bta_hf_client_send_at_xapl() 1593 char *buf = osi_malloc(BTA_HF_CLIENT_AT_MAX_LEN); in bta_hf_client_send_at_iphoneaccev() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/ |
D | bta_hf_client_at.h | 27 #define BTA_HF_CLIENT_AT_MAX_LEN 512 macro 76 char buf[BTA_HF_CLIENT_AT_MAX_LEN];
|