Searched refs:found_idx (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_api.c | 1420 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()
|
D | gatt_main.c | 1162 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()
|