Searched refs:found_idx (Results 1 – 2 of 2) sorted by relevance
971 uint8_t found_idx; in gatt_proc_srv_chg() local979 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in gatt_proc_srv_chg()980 tGATT_TCB* p_tcb = &gatt_cb.tcb[found_idx]; in gatt_proc_srv_chg()1002 start_idx = ++found_idx; in gatt_proc_srv_chg()
1058 uint8_t start_idx, found_idx; in GATT_StartIf() local1067 gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in GATT_StartIf()1073 start_idx = ++found_idx; in GATT_StartIf()