Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hf_client.h80 char number[ESP_BT_HF_CLIENT_NUMBER_LEN + 1];
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hf_client_api.h18 #define ESP_BT_HF_CLIENT_NUMBER_LEN (32) macro
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_client_api.c220 if (number != NULL && strlen(number) > ESP_BT_HF_CLIENT_NUMBER_LEN) { in esp_hf_client_dial()