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

  /external/bluetooth/bluedroid/stack/avdt/
avdt_ccb_act.c 317 p = (UINT8 *)(p_ccb->p_curr_cmd + 1);
320 for (i = 0; i < p_ccb->p_curr_cmd->len; i++)
390 p = (UINT8 *)(p_ccb->p_curr_cmd + 1);
393 for (i = 0; i < p_ccb->p_curr_cmd->len; i++)
681 ** to handle the case where there is a command on deck in p_curr_cmd,
686 /* we know p_curr_cmd = NULL after this */
690 p_ccb->p_curr_cmd = (BT_HDR *) GKI_dequeue(&p_ccb->cmd_q);
692 } while (p_ccb->p_curr_cmd != NULL);
722 if (p_ccb->p_curr_cmd != NULL)
730 evt = avdt_msg_rej_2_evt[p_ccb->p_curr_cmd->event - 1]
    [all...]
avdt_msg.c     [all...]
avdt_int.h 435 BT_HDR *p_curr_cmd; /* Current command being sent awaiting response */ member in struct:__anon5835

Completed in 181 milliseconds