Searched refs:found_idx (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_main.c1048 UINT8 start_idx, found_idx; local
1059 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx))
1061 p_tcb = &gatt_cb.tcb[found_idx];;
1072 start_idx = ++found_idx;
H A Dgatt_api.c1318 UINT8 start_idx, found_idx; local
1326 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx))
1334 start_idx = ++found_idx;
1393 UINT8 start_idx, found_idx; local
1412 while (status && gatt_find_app_hold_link(p_tcb, start_idx, &found_idx, &temp_gatt_if))
1415 start_idx = ++found_idx;

Completed in 56 milliseconds