Searched refs:at_len (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/ |
D | bta_hf_client_at.c | 1390 int at_len; in bta_hf_client_send_at_brsf() local 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() 1401 bta_hf_client_send_at(BTA_HF_CLIENT_AT_BRSF , buf, at_len); in bta_hf_client_send_at_brsf() 1423 int at_len; in bta_hf_client_send_at_bcs() local 1430 at_len = snprintf(buf, BTA_HF_CLIENT_AT_MAX_LEN, "AT+BCS=%u\r", codec); in bta_hf_client_send_at_bcs() 1432 bta_hf_client_send_at(BTA_HF_CLIENT_AT_BCS, buf, at_len); in bta_hf_client_send_at_bcs() 1472 int at_len; in bta_hf_client_send_at_chld() local 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() 1485 bta_hf_client_send_at(BTA_HF_CLIENT_AT_CHLD, buf, at_len); in bta_hf_client_send_at_chld() [all …]
|