Searched refs:p_q_cmd (Results 1 – 4 of 4) sorted by relevance
952 if (((p_clcb->p_q_cmd == NULL || p_clcb->auto_update == BTA_GATTC_REQ_WAITING) && in bta_gattc_start_discover()1011 tBTA_GATTC_DATA *p_q_cmd = p_clcb->p_q_cmd; in bta_gattc_disc_cmpl() local1047 else if (p_q_cmd != NULL) in bta_gattc_disc_cmpl()1049 p_clcb->p_q_cmd = NULL; in bta_gattc_disc_cmpl()1051 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd); in bta_gattc_disc_cmpl()1056 if (p_q_cmd != p_clcb->p_q_cmd) { in bta_gattc_disc_cmpl()1057 utl_freebuf((void **)&p_q_cmd); in bta_gattc_disc_cmpl()1339 cb_data.read.srvc_id = p_clcb->p_q_cmd->api_read.srvc_id; in bta_gattc_read_cmpl()1340 cb_data.read.char_id = p_clcb->p_q_cmd->api_read.char_id; in bta_gattc_read_cmpl()1341 if (p_clcb->p_q_cmd->api_read.p_descr_type) in bta_gattc_read_cmpl()[all …]
305 utl_freebuf((void **)&p_clcb->p_q_cmd); in bta_gattc_clcb_dealloc()436 if (p_clcb->p_q_cmd == NULL) in bta_gattc_enqueue()438 p_clcb->p_q_cmd = p_data; in bta_gattc_enqueue()445 return (p_clcb->p_q_cmd != NULL) ? TRUE : FALSE; in bta_gattc_enqueue()
325 if (p_clcb->p_q_cmd == p_data) { in bta_gattc_sm_execute()
374 tBTA_GATTC_DATA *p_q_cmd; /* command in queue waiting for execution */ member