Searched refs:p_q_cmd (Results 1 – 5 of 5) sorted by relevance
652 if (p_clcb->p_q_cmd == p_data) p_clcb->p_q_cmd = NULL; in bta_gattc_cfg_mtu()679 if (((p_clcb->p_q_cmd == NULL || in bta_gattc_start_discover()722 const tBTA_GATTC_DATA* p_q_cmd = p_clcb->p_q_cmd; in bta_gattc_disc_cmpl() local751 else if (p_q_cmd != NULL) { in bta_gattc_disc_cmpl()752 p_clcb->p_q_cmd = NULL; in bta_gattc_disc_cmpl()755 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd); in bta_gattc_disc_cmpl()761 if (p_q_cmd != p_clcb->p_q_cmd) osi_free_and_reset((void**)&p_q_cmd); in bta_gattc_disc_cmpl()796 if (p_clcb->p_q_cmd == p_data) p_clcb->p_q_cmd = NULL; in bta_gattc_read()821 if (p_clcb->p_q_cmd == p_data) p_clcb->p_q_cmd = NULL; in bta_gattc_read_multi()850 if (p_clcb->p_q_cmd == p_data) p_clcb->p_q_cmd = NULL; in bta_gattc_write()[all …]
218 osi_free_and_reset((void**)&p_clcb->p_q_cmd); in bta_gattc_clcb_dealloc()326 if (p_clcb->p_q_cmd == NULL) { in bta_gattc_enqueue()327 p_clcb->p_q_cmd = p_data; in bta_gattc_enqueue()
328 if (p_clcb->p_q_cmd == p_data) { in bta_gattc_sm_execute()
253 const tBTA_GATTC_DATA* p_q_cmd; /* command in queue waiting for execution */ member
132 .p_q_cmd = &command_queue,153 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()188 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()220 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()250 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()278 client_channel_control_block.p_q_cmd = &command_queue; in TEST_F()