Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_cl.c1106 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->pending_cl_req]; in gatt_cl_send_next_cmd_inq()
1113 p_tcb->pending_cl_req != p_tcb->next_slot_inq && in gatt_cl_send_next_cmd_inq()
1137 p_cmd = &p_tcb->cl_cmd_q[p_tcb->pending_cl_req]; in gatt_cl_send_next_cmd_inq()
1147 p_tcb->pending_cl_req ++; in gatt_cl_send_next_cmd_inq()
1148 p_cmd = &p_tcb->cl_cmd_q[p_tcb->pending_cl_req]; in gatt_cl_send_next_cmd_inq()
Dgatt_utils.c2079 p_tcb->pending_cl_req = p_tcb->next_slot_inq; in gatt_cmd_enq()
2099 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->pending_cl_req]; in gatt_cmd_dequeue()
2102 if (p_tcb->pending_cl_req != p_tcb->next_slot_inq) in gatt_cmd_dequeue()
2108 p_tcb->pending_cl_req ++; in gatt_cmd_dequeue()
2109 p_tcb->pending_cl_req %= GATT_CL_MAX_LCB; in gatt_cmd_dequeue()
Datt_protocol.c462 if (p_tcb->pending_cl_req == p_tcb->next_slot_inq || in attp_cl_send_cmd()
Dgatt_int.h378 UINT8 pending_cl_req; member