Home
last modified time | relevance | path

Searched refs:cl_cmd_q (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/stack/gatt/
H A Dgatt_cl.cc1124 std::queue<tGATT_CMD_Q>* cl_cmd_q; in gatt_cl_send_next_cmd_inq() local
1126 while (!tcb.cl_cmd_q.empty() || in gatt_cl_send_next_cmd_inq()
1128 if (!tcb.cl_cmd_q.empty()) { in gatt_cl_send_next_cmd_inq()
1129 cl_cmd_q = &tcb.cl_cmd_q; in gatt_cl_send_next_cmd_inq()
1133 cl_cmd_q = &channel->cl_cmd_q_; in gatt_cl_send_next_cmd_inq()
1136 tGATT_CMD_Q& cmd = cl_cmd_q->front(); in gatt_cl_send_next_cmd_inq()
1146 cl_cmd_q->pop(); in gatt_cl_send_next_cmd_inq()
H A Dgatt_utils.cc980 if (cid == tcb.att_lcid) return !tcb.cl_cmd_q.empty(); in gatt_tcb_is_cid_busy()
1423 tcb.cl_cmd_q.push(cmd); in gatt_cmd_enq()
1437 cl_cmd_q_p = &tcb.cl_cmd_q; in gatt_cmd_dequeue()
H A Dgatt_int.h314 std::queue<tGATT_CMD_Q> cl_cmd_q; member