Home | History | Annotate | Download | only in gatt

Lines Matching defs:start_idx

1318     UINT8       start_idx, found_idx;
1325 start_idx = 0;
1326 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx))
1334 start_idx = ++found_idx;
1395 UINT8 start_idx, found_idx;
1410 start_idx = 0;
1414 while (status && gatt_find_app_hold_link(p_tcb, start_idx, &found_idx, &temp_gatt_if))
1417 start_idx = ++found_idx;