Searched refs:p_q_cmd (Results 1 – 4 of 4) sorted by relevance
625 if (p_clcb->p_q_cmd == p_data) p_clcb->p_q_cmd = NULL; in bta_gattc_cfg_mtu()638 if (((p_clcb->p_q_cmd == NULL || in bta_gattc_start_discover()682 tBTA_GATTC_DATA* p_q_cmd = p_clcb->p_q_cmd; in bta_gattc_disc_cmpl() local711 else if (p_q_cmd != NULL) { in bta_gattc_disc_cmpl()712 p_clcb->p_q_cmd = NULL; in bta_gattc_disc_cmpl()715 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd); in bta_gattc_disc_cmpl()721 if (p_q_cmd != p_clcb->p_q_cmd) osi_free_and_reset((void**)&p_q_cmd); in bta_gattc_disc_cmpl()756 if (p_clcb->p_q_cmd == p_data) p_clcb->p_q_cmd = NULL; in bta_gattc_read()780 if (p_clcb->p_q_cmd == p_data) p_clcb->p_q_cmd = NULL; in bta_gattc_read_multi()809 if (p_clcb->p_q_cmd == p_data) p_clcb->p_q_cmd = NULL; in bta_gattc_write()[all …]
210 osi_free_and_reset((void**)&p_clcb->p_q_cmd); in bta_gattc_clcb_dealloc()318 if (p_clcb->p_q_cmd == NULL) { in bta_gattc_enqueue()319 p_clcb->p_q_cmd = p_data; in bta_gattc_enqueue()
329 if (p_clcb->p_q_cmd == p_data) { in bta_gattc_sm_execute()
250 tBTA_GATTC_DATA* p_q_cmd; /* command in queue waiting for execution */ member