Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c995 if (p_clcb->p_q_cmd == p_data) { in bta_gattc_cfg_mtu()
996 p_clcb->p_q_cmd = NULL; in bta_gattc_cfg_mtu()
1020 if (((p_clcb->p_q_cmd == NULL || p_clcb->auto_update == BTA_GATTC_REQ_WAITING) && in bta_gattc_start_discover()
1081 tBTA_GATTC_DATA *p_q_cmd = p_clcb->p_q_cmd; in bta_gattc_disc_cmpl() local
1112 else if (p_q_cmd != NULL) { in bta_gattc_disc_cmpl()
1113 p_clcb->p_q_cmd = NULL; in bta_gattc_disc_cmpl()
1116 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd); in bta_gattc_disc_cmpl()
1122 if (p_q_cmd != p_clcb->p_q_cmd) { in bta_gattc_disc_cmpl()
1123 osi_free(p_q_cmd); in bta_gattc_disc_cmpl()
1124 p_q_cmd = NULL; in bta_gattc_disc_cmpl()
[all …]
Dbta_gattc_utils.c310 if ( p_clcb->p_q_cmd != NULL && !list_contains(p_clcb->p_cmd_list, p_clcb->p_q_cmd)){ in bta_gattc_clcb_dealloc()
311 osi_free(p_clcb->p_q_cmd); in bta_gattc_clcb_dealloc()
312 p_clcb->p_q_cmd = NULL; in bta_gattc_clcb_dealloc()
482 if (p_clcb->p_q_cmd == NULL) { in bta_gattc_enqueue()
483 p_clcb->p_q_cmd = p_data; in bta_gattc_enqueue()
487 ((p_clcb->p_q_cmd->hdr.event == BTA_GATTC_API_WRITE_EVT && in bta_gattc_enqueue()
488 p_clcb->p_q_cmd->api_write.write_type == BTA_GATTC_WRITE_PREPARE) || in bta_gattc_enqueue()
Dbta_gattc_main.c305 if (p_clcb->p_q_cmd == p_data) { in bta_gattc_sm_execute()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h368 tBTA_GATTC_DATA *p_q_cmd; /* command in queue waiting for execution */ member