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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c 952 if (((p_clcb->p_q_cmd == NULL || p_clcb->auto_update == BTA_GATTC_REQ_WAITING) &&
1011 tBTA_GATTC_DATA *p_q_cmd = p_clcb->p_q_cmd; local
    [all...]
bta_gattc_utils.c 305 utl_freebuf((void **)&p_clcb->p_q_cmd);
436 if (p_clcb->p_q_cmd == NULL)
438 p_clcb->p_q_cmd = p_data;
445 return (p_clcb->p_q_cmd != NULL) ? TRUE : FALSE;
bta_gattc_main.c 325 if (p_clcb->p_q_cmd == p_data) {
bta_gattc_int.h 374 tBTA_GATTC_DATA *p_q_cmd; /* command in queue waiting for execution */ member in struct:__anon5194

Completed in 597 milliseconds