Home
last modified time | relevance | path

Searched refs:ESP_BT_HF_AT_SEND_XAPL_LEN (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_client.h112 char information[ESP_BT_HF_AT_SEND_XAPL_LEN + 1];
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_client_api.h20 #define ESP_BT_HF_AT_SEND_XAPL_LEN (14) macro
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_client_api.c416 if (information == NULL || strlen(information) != ESP_BT_HF_AT_SEND_XAPL_LEN) { in esp_hf_client_send_xapl()