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.c972 if (((p_clcb->p_q_cmd == NULL || p_clcb->auto_update == BTA_GATTC_REQ_WAITING) && in bta_gattc_start_discover()
1031 tBTA_GATTC_DATA *p_q_cmd = p_clcb->p_q_cmd; in bta_gattc_disc_cmpl() local
1067 else if (p_q_cmd != NULL) in bta_gattc_disc_cmpl()
1069 p_clcb->p_q_cmd = NULL; in bta_gattc_disc_cmpl()
1071 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd); in bta_gattc_disc_cmpl()
1076 if (p_q_cmd != p_clcb->p_q_cmd) { in bta_gattc_disc_cmpl()
1077 utl_freebuf((void **)&p_q_cmd); in bta_gattc_disc_cmpl()
1359 cb_data.read.srvc_id = p_clcb->p_q_cmd->api_read.srvc_id; in bta_gattc_read_cmpl()
1360 cb_data.read.char_id = p_clcb->p_q_cmd->api_read.char_id; in bta_gattc_read_cmpl()
1361 if (p_clcb->p_q_cmd->api_read.p_descr_type) in bta_gattc_read_cmpl()
[all …]
Dbta_gattc_utils.c308 utl_freebuf((void **)&p_clcb->p_q_cmd); in bta_gattc_clcb_dealloc()
439 if (p_clcb->p_q_cmd == NULL) in bta_gattc_enqueue()
441 p_clcb->p_q_cmd = p_data; in bta_gattc_enqueue()
448 return (p_clcb->p_q_cmd != NULL) ? TRUE : FALSE; in bta_gattc_enqueue()
Dbta_gattc_main.c325 if (p_clcb->p_q_cmd == p_data) { in bta_gattc_sm_execute()
Dbta_gattc_int.h374 tBTA_GATTC_DATA *p_q_cmd; /* command in queue waiting for execution */ member