HomeSort by relevance Sort by last modified time
    Searched refs:p_q_cmd (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c 821 if (((p_clcb->p_q_cmd == NULL || p_clcb->auto_update == BTA_GATTC_REQ_WAITING) &&
874 tBTA_GATTC_DATA *p_q_cmd = p_clcb->p_q_cmd; local
906 else if (p_q_cmd != NULL)
908 p_clcb->p_q_cmd = NULL;
910 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd);
912 utl_freebuf((void **)&p_q_cmd);
    [all...]
bta_gattc_utils.c 294 utl_freebuf((void **)&p_clcb->p_q_cmd);
426 if (p_clcb->p_q_cmd == NULL)
428 p_clcb->p_q_cmd = (tBTA_GATTC_DATA *)GKI_getbuf(sizeof(tBTA_GATTC_DATA));
431 memcpy(p_clcb->p_q_cmd, p_data, sizeof(tBTA_GATTC_DATA));
bta_gattc_int.h 329 tBTA_GATTC_DATA *p_q_cmd; /* command in queue waiting for execution */ member in struct:__anon2521

Completed in 28 milliseconds