Home
last modified time | relevance | path

Searched refs:p_q_cmd (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_act.cc625 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() local
711 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 …]
Dbta_gattc_utils.cc210 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()
Dbta_gattc_main.cc329 if (p_clcb->p_q_cmd == p_data) { in bta_gattc_sm_execute()
Dbta_gattc_int.h250 tBTA_GATTC_DATA* p_q_cmd; /* command in queue waiting for execution */ member