Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_utils.c2009 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->next_slot_inq]; in gatt_cmd_enq()
2018 p_tcb->pending_cl_req = p_tcb->next_slot_inq; in gatt_cmd_enq()
2021 p_tcb->next_slot_inq ++; in gatt_cmd_enq()
2022 p_tcb->next_slot_inq %= GATT_CL_MAX_LCB; in gatt_cmd_enq()
2041 if (p_tcb->pending_cl_req != p_tcb->next_slot_inq) in gatt_cmd_dequeue()
Datt_protocol.c490 if (p_tcb->pending_cl_req == p_tcb->next_slot_inq || in attp_cl_send_cmd()
Dgatt_int.h381 UINT8 next_slot_inq; /* index of next available slot in queue */ member
Dgatt_cl.c1108 p_tcb->pending_cl_req != p_tcb->next_slot_inq && in gatt_cl_send_next_cmd_inq()