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.cc767 if (p_clcb->p_q_cmd == p_data) { in bta_gattc_cfg_mtu()
768 p_clcb->p_q_cmd = NULL; in bta_gattc_cfg_mtu()
802 if (((p_clcb->p_q_cmd == NULL || p_clcb->auto_update == BTA_GATTC_REQ_WAITING) && in bta_gattc_start_discover()
897 const tBTA_GATTC_DATA* p_q_cmd = p_clcb->p_q_cmd; in bta_gattc_disc_cmpl() local
926 } else if (p_q_cmd != NULL) { in bta_gattc_disc_cmpl()
928 p_clcb->p_q_cmd = NULL; in bta_gattc_disc_cmpl()
932 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd); in bta_gattc_disc_cmpl()
938 if (!bta_gattc_is_data_queued(p_clcb, p_q_cmd)) { in bta_gattc_disc_cmpl()
939 osi_free_and_reset((void**)&p_q_cmd); in bta_gattc_disc_cmpl()
980 if (p_clcb->p_q_cmd == p_data) { in bta_gattc_read()
[all …]
Dbta_gattc_utils.cc135 p_clcb->p_q_cmd = NULL; in bta_gattc_clcb_alloc()
229 auto p_q_cmd = p_clcb->p_q_cmd_queue.front(); in bta_gattc_clcb_dealloc() local
231 osi_free_and_reset((void**)&p_q_cmd); in bta_gattc_clcb_dealloc()
234 if (p_clcb->p_q_cmd != NULL) { in bta_gattc_clcb_dealloc()
235 osi_free_and_reset((void**)&p_clcb->p_q_cmd); in bta_gattc_clcb_dealloc()
402 if (p_clcb->p_q_cmd != NULL) { in bta_gattc_continue()
408 const tBTA_GATTC_DATA* p_q_cmd = p_clcb->p_q_cmd_queue.front(); in bta_gattc_continue() local
409 if (p_q_cmd->hdr.event != BTA_GATTC_API_CFG_MTU_EVT) { in bta_gattc_continue()
411 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd); in bta_gattc_continue()
429 bta_gattc_send_mtu_response(p_clcb, p_q_cmd, current_mtu); in bta_gattc_continue()
[all …]
Dbta_gattc_int.h293 const tBTA_GATTC_DATA* p_q_cmd; /* command in queue waiting for execution */ member
/packages/modules/Bluetooth/system/bta/test/
Dbta_gatt_test.cc137 .p_q_cmd = &command_queue,
155 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()
190 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()
222 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()
251 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()
279 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()