Home
last modified time | relevance | path

Searched refs:next_slot_inq (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c2163 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->next_slot_inq]; in gatt_cmd_enq()
2171 p_tcb->pending_cl_req = p_tcb->next_slot_inq; in gatt_cmd_enq()
2174 p_tcb->next_slot_inq ++; in gatt_cmd_enq()
2175 p_tcb->next_slot_inq %= GATT_CL_MAX_LCB; in gatt_cmd_enq()
2194 if (p_tcb->pending_cl_req != p_tcb->next_slot_inq) { in gatt_cmd_dequeue()
Datt_protocol.c505 if (p_tcb->pending_cl_req == p_tcb->next_slot_inq || in attp_cl_send_cmd()
Dgatt_cl.c1101 p_tcb->pending_cl_req != p_tcb->next_slot_inq && in gatt_cl_send_next_cmd_inq()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h406 UINT8 next_slot_inq; /* index of next available slot in queue */ member