Home | History | Annotate | Download | only in gatt

Lines Matching defs:start_idx

1321     UINT8       start_idx, found_idx;
1328 start_idx = 0;
1329 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx))
1337 start_idx = ++found_idx;
1398 UINT8 start_idx, found_idx;
1413 start_idx = 0;
1417 while (status && gatt_find_app_hold_link(p_tcb, start_idx, &found_idx, &temp_gatt_if))
1420 start_idx = ++found_idx;