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 833 if (((p_clcb->p_q_cmd == NULL || p_clcb->auto_update == BTA_GATTC_REQ_WAITING) &&
886 tBTA_GATTC_DATA *p_q_cmd = p_clcb->p_q_cmd; local
918 else if (p_q_cmd != NULL)
920 p_clcb->p_q_cmd = NULL;
922 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd);
924 utl_freebuf((void **)&p_q_cmd);
    [all...]
bta_gattc_utils.c 299 utl_freebuf((void **)&p_clcb->p_q_cmd);
431 if (p_clcb->p_q_cmd == NULL)
433 p_clcb->p_q_cmd = (tBTA_GATTC_DATA *)GKI_getbuf(sizeof(tBTA_GATTC_DATA));
436 memcpy(p_clcb->p_q_cmd, p_data, sizeof(tBTA_GATTC_DATA));
bta_gattc_int.h 351 tBTA_GATTC_DATA *p_q_cmd; /* command in queue waiting for execution */ member in struct:__anon2959

Completed in 480 milliseconds