Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c1420 UINT8 start_idx, found_idx; in GATT_StartIf() local
1427 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in GATT_StartIf()
1433 start_idx = ++found_idx; in GATT_StartIf()
1502 UINT8 start_idx, found_idx; in GATT_CancelConnect() local
1518 … while (status && gatt_find_app_hold_link(p_tcb, start_idx, &found_idx, &temp_gatt_if)) { in GATT_CancelConnect()
1520 start_idx = ++found_idx; in GATT_CancelConnect()
1593 UINT8 start_idx, found_idx; in GATT_SendServiceChangeIndication() local
1610 while (gatt_find_the_connected_bda(start_idx, addr, &found_idx, &transport)) { in GATT_SendServiceChangeIndication()
1611 p_tcb = gatt_get_tcb_by_idx(found_idx); in GATT_SendServiceChangeIndication()
1620 start_idx = ++found_idx; in GATT_SendServiceChangeIndication()
Dgatt_main.c1162 UINT8 start_idx, found_idx; in gatt_proc_srv_chg() local
1173 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in gatt_proc_srv_chg()
1174 p_tcb = gatt_get_tcb_by_idx(found_idx); in gatt_proc_srv_chg()
1182 start_idx = ++found_idx; in gatt_proc_srv_chg()