Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_utils.cc242 while (!p_clcb->p_q_cmd_queue.empty()) { in bta_gattc_clcb_dealloc()
243 auto p_q_cmd = p_clcb->p_q_cmd_queue.front(); in bta_gattc_clcb_dealloc()
244 p_clcb->p_q_cmd_queue.pop_front(); in bta_gattc_clcb_dealloc()
390 while (!p_clcb->p_q_cmd_queue.empty()) { in bta_gattc_continue()
391 const tBTA_GATTC_DATA* p_q_cmd = p_clcb->p_q_cmd_queue.front(); in bta_gattc_continue()
393 p_clcb->p_q_cmd_queue.pop_front(); in bta_gattc_continue()
421 p_clcb->p_q_cmd_queue.pop_front(); in bta_gattc_continue()
430 p_clcb->p_q_cmd_queue.pop_front(); in bta_gattc_continue()
441 auto it = std::find(p_clcb->p_q_cmd_queue.begin(), in bta_gattc_is_data_queued()
442 p_clcb->p_q_cmd_queue.end(), p_data); in bta_gattc_is_data_queued()
[all …]
Dbta_gattc_int.h291 std::deque<const tBTA_GATTC_DATA*> p_q_cmd_queue; member
Dbta_gattc_act.cc792 p_clcb->p_q_cmd_queue.push_back(p_data); in bta_gattc_cfg_mtu()