Searched refs:p_q_cmd (Results 1 – 4 of 4) sorted by relevance
808 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() local977 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 …]
150 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() local245 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() local392 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 …]
290 const tBTA_GATTC_DATA* p_q_cmd; /* command in queue waiting for execution */ member
139 .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()