Searched refs:p_q_cmd (Results 1 – 4 of 4) sorted by relevance
777 if (p_clcb->p_q_cmd == p_data) p_clcb->p_q_cmd = NULL; in bta_gattc_cfg_mtu()798 if (((p_clcb->p_q_cmd == NULL || in bta_gattc_start_discover()851 tBTA_GATTC_DATA* p_q_cmd = p_clcb->p_q_cmd; in bta_gattc_disc_cmpl() local881 else if (p_q_cmd != NULL) { in bta_gattc_disc_cmpl()882 p_clcb->p_q_cmd = NULL; in bta_gattc_disc_cmpl()885 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd); in bta_gattc_disc_cmpl()891 if (p_q_cmd != p_clcb->p_q_cmd) osi_free_and_reset((void**)&p_q_cmd); in bta_gattc_disc_cmpl()927 if (p_clcb->p_q_cmd == p_data) p_clcb->p_q_cmd = NULL; in bta_gattc_read()960 if (p_clcb->p_q_cmd == p_data) p_clcb->p_q_cmd = NULL; in bta_gattc_read_multi()997 if (p_clcb->p_q_cmd == p_data) p_clcb->p_q_cmd = NULL; in bta_gattc_write()[all …]
282 osi_free_and_reset((void**)&p_clcb->p_q_cmd); in bta_gattc_clcb_dealloc()393 if (p_clcb->p_q_cmd == NULL) { in bta_gattc_enqueue()394 p_clcb->p_q_cmd = p_data; in bta_gattc_enqueue()
323 if (p_clcb->p_q_cmd == p_data) { in bta_gattc_sm_execute()
272 tBTA_GATTC_DATA* p_q_cmd; /* command in queue waiting for execution */ member