Home
last modified time | relevance | path

Searched refs:start_idx (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c1420 UINT8 start_idx, found_idx; in GATT_StartIf() local
1426 start_idx = 0; in GATT_StartIf()
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
1514 start_idx = 0; in GATT_CancelConnect()
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
1608 start_idx = 0; in GATT_SendServiceChangeIndication()
[all …]
Dgatt_main.c1162 UINT8 start_idx, found_idx; in gatt_proc_srv_chg() local
1172 start_idx = 0; in gatt_proc_srv_chg()
1173 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx, &transport)) { in gatt_proc_srv_chg()
1182 start_idx = ++found_idx; in gatt_proc_srv_chg()
Dgatt_utils.c780 BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx, in gatt_find_the_connected_bda() argument
784 GATT_TRACE_DEBUG("gatt_find_the_connected_bda start_idx=%d", start_idx); in gatt_find_the_connected_bda()
787 p_tcb = gatt_get_tcb_by_idx(start_idx); in gatt_find_the_connected_bda()
2113 BOOLEAN gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT_IF *p_… in gatt_find_app_hold_link() argument
2118 for (i = start_idx; i < GATT_MAX_APPS; i ++) { in gatt_find_app_hold_link()
/hal_espressif-latest/components/hal/
Dusb_dwc_hal.c374 …chan_activate(usb_dwc_hal_chan_t *chan_obj, void *xfer_desc_list, int desc_list_len, int start_idx) in usb_dwc_hal_chan_activate() argument
379 usb_dwc_ll_hcdma_set_qtd_list_addr(chan_obj->regs, xfer_desc_list, start_idx); in usb_dwc_hal_chan_activate()
/hal_espressif-latest/components/hal/include/hal/
Dusb_dwc_hal.h641 …han_activate(usb_dwc_hal_chan_t *chan_obj, void *xfer_desc_list, int desc_list_len, int start_idx);
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h646 extern BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx, tBT_TR…
709 extern BOOLEAN gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT…
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h1211 BOOLEAN btm_sec_find_bonded_dev (UINT8 start_idx, UINT16 *p_found_handle, tBTM_SEC_DEV_REC **p_rec);
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c6208 BOOLEAN btm_sec_find_bonded_dev (UINT8 start_idx, UINT16 *p_found_handle, tBTM_SEC_DEV_REC **p_rec) in btm_sec_find_bonded_dev() argument