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

  /external/bluetooth/bluedroid/stack/include/
avrc_api.h 558 ** Function AVRC_ParsCommand
566 AVRC_API extern tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result,
  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_tg.c 274 ** Function AVRC_ParsCommand
282 tAVRC_STS AVRC_ParsCommand (tAVRC_MSG *p_msg, tAVRC_COMMAND *p_result, UINT8 *p_buf, UINT16 buf_len)
304 AVRC_TRACE_ERROR("AVRC_ParsCommand() unknown opcode:0x%x", p_msg->hdr.opcode);
310 AVRC_TRACE_DEBUG("AVRC_ParsCommand() return status:0x%x", status);
  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 719 status=AVRC_ParsCommand(pmeta_msg->p_msg, &avrc_command, scratch_buf, sizeof(scratch_buf));
    [all...]

Completed in 595 milliseconds