Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_api.c289 if (str_len > BTA_HF_CLIENT_MAX_LEN) { in BTA_HfClientSendAT()
290 …("%s, str length(%d) is more than %d, truncate it.", __FUNCTION__, str_len, BTA_HF_CLIENT_MAX_LEN); in BTA_HfClientSendAT()
291 str_len = BTA_HF_CLIENT_MAX_LEN; in BTA_HfClientSendAT()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hf_client_api.h162 #define BTA_HF_CLIENT_MAX_LEN 32 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/include/
Dbta_hf_client_int.h122 char str[BTA_HF_CLIENT_MAX_LEN + 1];