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

/system/bt/stack/gatt/
H A Dgatt_utils.c2069 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->next_slot_inq];
2078 p_tcb->pending_cl_req = p_tcb->next_slot_inq;
2081 p_tcb->next_slot_inq ++;
2082 p_tcb->next_slot_inq %= GATT_CL_MAX_LCB;
2101 if (p_tcb->pending_cl_req != p_tcb->next_slot_inq)
H A Datt_protocol.c462 if (p_tcb->pending_cl_req == p_tcb->next_slot_inq ||
H A Dgatt_int.h379 UINT8 next_slot_inq; /* index of next available slot in queue */ member in struct:__anon920
H A Dgatt_cl.c1113 p_tcb->pending_cl_req != p_tcb->next_slot_inq &&

Completed in 33 milliseconds