Home
last modified time | relevance | path

Searched refs:found_idx (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_main.c1063 UINT8 start_idx, found_idx; in gatt_proc_srv_chg() local
1074 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx)) in gatt_proc_srv_chg()
1076 p_tcb = &gatt_cb.tcb[found_idx];; in gatt_proc_srv_chg()
1087 start_idx = ++found_idx; in gatt_proc_srv_chg()
Dgatt_api.c1323 UINT8 start_idx, found_idx; in GATT_StartIf() local
1331 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx)) in GATT_StartIf()
1339 start_idx = ++found_idx; in GATT_StartIf()
1400 UINT8 start_idx, found_idx; in GATT_CancelConnect() local
1419 … while (status && gatt_find_app_hold_link(p_tcb, start_idx, &found_idx, &temp_gatt_if)) in GATT_CancelConnect()
1422 start_idx = ++found_idx; in GATT_CancelConnect()