Searched refs:realind (Results 1 – 1 of 1) sorted by relevance
418 int8_t realind = -1; in bta_hf_client_handle_ciev() local430 realind = client_cb->at_cb.indicator_lookup[index - 1]; in bta_hf_client_handle_ciev()432 if (realind >= 0 && realind < BTA_HF_CLIENT_AT_SUPPORTED_INDICATOR_COUNT) { in bta_hf_client_handle_ciev()435 if (value > bta_hf_client_indicators[realind].max || in bta_hf_client_handle_ciev()436 value < bta_hf_client_indicators[realind].min) { in bta_hf_client_handle_ciev()450 bta_hf_client_ind(client_cb, realind, value); in bta_hf_client_handle_ciev()