Searched refs:realind (Results 1 – 1 of 1) sorted by relevance
399 int8_t realind = -1; in bta_hf_client_handle_ciev() local411 realind = client_cb->at_cb.indicator_lookup[index - 1]; in bta_hf_client_handle_ciev()413 if (realind >= 0 && realind < BTA_HF_CLIENT_AT_SUPPORTED_INDICATOR_COUNT) { in bta_hf_client_handle_ciev()416 if (value > bta_hf_client_indicators[realind].max || in bta_hf_client_handle_ciev()417 value < bta_hf_client_indicators[realind].min) { in bta_hf_client_handle_ciev()431 bta_hf_client_ind(client_cb, realind, value); in bta_hf_client_handle_ciev()