Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_act.cc808 if (p_clcb->p_q_cmd == p_data) p_clcb->p_q_cmd = NULL; in bta_gattc_cfg_mtu()
840 if (((p_clcb->p_q_cmd == NULL || in bta_gattc_start_discover()
946 const tBTA_GATTC_DATA* p_q_cmd = p_clcb->p_q_cmd; in bta_gattc_disc_cmpl() local
977 else if (p_q_cmd != NULL) { in bta_gattc_disc_cmpl()
978 p_clcb->p_q_cmd = NULL; in bta_gattc_disc_cmpl()
981 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd); in bta_gattc_disc_cmpl()
987 if (!bta_gattc_is_data_queued(p_clcb, p_q_cmd)) { in bta_gattc_disc_cmpl()
988 osi_free_and_reset((void**)&p_q_cmd); in bta_gattc_disc_cmpl()
1026 if (p_clcb->p_q_cmd == p_data) p_clcb->p_q_cmd = NULL; in bta_gattc_read()
1062 if (p_clcb->p_q_cmd == p_data) p_clcb->p_q_cmd = NULL; in bta_gattc_read_multi()
[all …]
Dbta_gattc_utils.cc150 p_clcb->p_q_cmd = NULL; in bta_gattc_clcb_alloc()
243 auto p_q_cmd = p_clcb->p_q_cmd_queue.front(); in bta_gattc_clcb_dealloc() local
245 osi_free_and_reset((void**)&p_q_cmd); in bta_gattc_clcb_dealloc()
248 if (p_clcb->p_q_cmd != NULL) { in bta_gattc_clcb_dealloc()
249 osi_free_and_reset((void**)&p_clcb->p_q_cmd); in bta_gattc_clcb_dealloc()
384 if (p_clcb->p_q_cmd != NULL) { in bta_gattc_continue()
391 const tBTA_GATTC_DATA* p_q_cmd = p_clcb->p_q_cmd_queue.front(); in bta_gattc_continue() local
392 if (p_q_cmd->hdr.event != BTA_GATTC_API_CFG_MTU_EVT) { in bta_gattc_continue()
394 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd); in bta_gattc_continue()
414 bta_gattc_send_mtu_response(p_clcb, p_q_cmd, current_mtu); in bta_gattc_continue()
[all …]
Dbta_gattc_int.h290 const tBTA_GATTC_DATA* p_q_cmd; /* command in queue waiting for execution */ member
/packages/modules/Bluetooth/system/bta/test/
Dbta_gatt_test.cc139 .p_q_cmd = &command_queue,
157 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()
192 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()
224 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()
254 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()
282 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()