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_utils.c 299 utl_freebuf((void **)&p_clcb->p_q_cmd);
431 if (p_clcb->p_q_cmd == NULL && p_data)
446 p_clcb->p_q_cmd = (tBTA_GATTC_DATA *)GKI_getbuf(len);
447 if (p_clcb->p_q_cmd == NULL)
449 APPL_TRACE_ERROR0("allocate buffer failed for p_q_cmd");
452 memcpy(p_clcb->p_q_cmd, p_data, sizeof(tBTA_GATTC_API_SEARCH));
456 p_buf = &(p_clcb->p_q_cmd->api_search);
473 p_clcb->p_q_cmd = (tBTA_GATTC_DATA *)GKI_getbuf(len);
474 if (p_clcb->p_q_cmd == NULL)
476 APPL_TRACE_ERROR0("allocate buffer failed for p_q_cmd");
    [all...]
bta_gattc_act.c 875 if (((p_clcb->p_q_cmd == NULL || p_clcb->auto_update == BTA_GATTC_REQ_WAITING) &&
928 tBTA_GATTC_DATA *p_q_cmd = p_clcb->p_q_cmd; local
960 else if (p_q_cmd != NULL)
962 p_clcb->p_q_cmd = NULL;
964 bta_gattc_sm_execute(p_clcb, p_q_cmd->hdr.event, p_q_cmd);
966 utl_freebuf((void **)&p_q_cmd);
    [all...]
bta_gattc_int.h 361 tBTA_GATTC_DATA *p_q_cmd; /* command in queue waiting for execution */ member in struct:__anon2960

Completed in 2031 milliseconds