Searched refs:BTA_HF_CLIENT_MAX_LEN (Results 1 – 3 of 3) sorted by relevance
289 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()
162 #define BTA_HF_CLIENT_MAX_LEN 32 macro
122 char str[BTA_HF_CLIENT_MAX_LEN + 1];