Home | History | Annotate | Download | only in gatt

Lines Matching refs:next_slot_inq

1409   tGATT_CMD_Q* p_cmd = &p_tcb->cl_cmd_q[p_tcb->next_slot_inq];
1417 p_tcb->pending_cl_req = p_tcb->next_slot_inq;
1420 p_tcb->next_slot_inq++;
1421 p_tcb->next_slot_inq %= GATT_CL_MAX_LCB;
1439 if (p_tcb->pending_cl_req != p_tcb->next_slot_inq) {