Searched refs:p_q_cmd (Results 1 – 4 of 4) sorted by relevance
767 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() local926 } 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 …]
135 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() local231 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() local409 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 …]
293 const tBTA_GATTC_DATA* p_q_cmd; /* command in queue waiting for execution */ member
137 .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()