Home | History | Annotate | Download | only in gatt

Lines Matching refs:found_idx

1133     UINT8               start_idx, found_idx;
1145 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport))
1147 p_tcb = &gatt_cb.tcb[found_idx];;
1158 start_idx = ++found_idx;