Searched refs:next_slot_inq (Results 1 – 4 of 4) sorted by relevance
2069 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->next_slot_inq]; in gatt_cmd_enq()2078 p_tcb->pending_cl_req = p_tcb->next_slot_inq; in gatt_cmd_enq()2081 p_tcb->next_slot_inq ++; in gatt_cmd_enq()2082 p_tcb->next_slot_inq %= GATT_CL_MAX_LCB; in gatt_cmd_enq()2101 if (p_tcb->pending_cl_req != p_tcb->next_slot_inq) in gatt_cmd_dequeue()
462 if (p_tcb->pending_cl_req == p_tcb->next_slot_inq || in attp_cl_send_cmd()
379 UINT8 next_slot_inq; /* index of next available slot in queue */ member
1113 p_tcb->pending_cl_req != p_tcb->next_slot_inq && in gatt_cl_send_next_cmd_inq()