Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c1393 UINT8 start_idx, found_idx; in GATT_StartIf() local
1400 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in GATT_StartIf()
1406 start_idx = ++found_idx; in GATT_StartIf()
1475 UINT8 start_idx, found_idx; in GATT_CancelConnect() local
1491 … while (status && gatt_find_app_hold_link(p_tcb, start_idx, &found_idx, &temp_gatt_if)) { in GATT_CancelConnect()
1493 start_idx = ++found_idx; in GATT_CancelConnect()
1566 UINT8 start_idx, found_idx; in GATT_SendServiceChangeIndication() local
1583 while (gatt_find_the_connected_bda(start_idx, addr, &found_idx, &transport)) { in GATT_SendServiceChangeIndication()
1584 p_tcb = gatt_get_tcb_by_idx(found_idx); in GATT_SendServiceChangeIndication()
1593 start_idx = ++found_idx; in GATT_SendServiceChangeIndication()
Dgatt_main.c1164 UINT8 start_idx, found_idx; in gatt_proc_srv_chg() local
1175 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in gatt_proc_srv_chg()
1176 p_tcb = gatt_get_tcb_by_idx(found_idx); in gatt_proc_srv_chg()
1184 start_idx = ++found_idx; in gatt_proc_srv_chg()