Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/eatt/
Deatt.h60 std::deque<tGATT_CMD_Q> cl_cmd_q_; variable
70 cl_cmd_q_ = std::deque<tGATT_CMD_Q>(); in EattChannel()
Deatt_impl.h124 if (!channel->cl_cmd_q_.empty()) { in remove_channel_by_cid()
126 channel->cl_cmd_q_.clear(); in remove_channel_by_cid()
655 el.second->cl_cmd_q_.empty(); in get_channel_available_for_client_request()
685 if (el.second->cl_cmd_q_.empty()) { in is_outstanding_msg_in_send_queue()
689 tGATT_CMD_Q& cmd = el.second->cl_cmd_q_.front(); in is_outstanding_msg_in_send_queue()
703 if (el.second->cl_cmd_q_.empty()) { in get_channel_with_queued_data()
707 tGATT_CMD_Q& cmd = el.second->cl_cmd_q_.front(); in get_channel_with_queued_data()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc1081 return !channel->cl_cmd_q_.empty(); in gatt_tcb_is_cid_busy()
1272 cl_cmd_q_p = &channel->cl_cmd_q_; in gatt_clcb_invalidate()
1582 channel->cl_cmd_q_.push_back(cmd); in gatt_cmd_enq()
1601 cl_cmd_q_p = &channel->cl_cmd_q_; in gatt_cmd_dequeue()
Dgatt_cl.cc1173 cl_cmd_q = &channel->cl_cmd_q_; in gatt_cl_send_next_cmd_inq()