Searched refs:pending_cl_req (Results 1 – 4 of 4) sorted by relevance
1080 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->pending_cl_req]; in gatt_cl_send_next_cmd_inq()1086 p_tcb->pending_cl_req != p_tcb->next_slot_inq && in gatt_cl_send_next_cmd_inq()1107 p_cmd = &p_tcb->cl_cmd_q[p_tcb->pending_cl_req]; in gatt_cl_send_next_cmd_inq()1117 p_tcb->pending_cl_req ++; in gatt_cl_send_next_cmd_inq()1118 p_cmd = &p_tcb->cl_cmd_q[p_tcb->pending_cl_req]; in gatt_cl_send_next_cmd_inq()
1925 p_tcb->pending_cl_req = p_tcb->next_slot_inq; in gatt_cmd_enq()1945 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->pending_cl_req]; in gatt_cmd_dequeue()1948 if (p_tcb->pending_cl_req != p_tcb->next_slot_inq) in gatt_cmd_dequeue()1954 p_tcb->pending_cl_req ++; in gatt_cmd_dequeue()1955 p_tcb->pending_cl_req %= GATT_CL_MAX_LCB; in gatt_cmd_dequeue()
489 if (p_tcb->pending_cl_req == p_tcb->next_slot_inq || in attp_cl_send_cmd()
365 UINT8 pending_cl_req; member