Searched refs:found_idx (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_api.c | 1324 UINT8 start_idx, found_idx; in GATT_StartIf() local 1332 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) in GATT_StartIf() 1340 start_idx = ++found_idx; in GATT_StartIf() 1410 UINT8 start_idx, found_idx; in GATT_CancelConnect() local 1430 … while (status && gatt_find_app_hold_link(p_tcb, start_idx, &found_idx, &temp_gatt_if)) in GATT_CancelConnect() 1433 start_idx = ++found_idx; in GATT_CancelConnect()
|
D | gatt_main.c | 1168 UINT8 start_idx, found_idx; in gatt_proc_srv_chg() local 1180 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) in gatt_proc_srv_chg() 1182 p_tcb = &gatt_cb.tcb[found_idx];; in gatt_proc_srv_chg() 1193 start_idx = ++found_idx; in gatt_proc_srv_chg()
|