HomeSort by relevance Sort by last modified time
    Searched full:avrc_command (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_rc.c 475 tAVRC_COMMAND avrc_command = {0}; local
499 status = AVRC_ParsCommand(pmeta_msg->p_msg, &avrc_command, scratch_buf, sizeof(scratch_buf));
506 send_reject_response(pmeta_msg->rc_handle, pmeta_msg->label, avrc_command.pdu, status);
512 if (avrc_command.cmd.pdu == AVRC_PDU_REGISTER_NOTIFICATION)
514 UINT8 event_id = avrc_command.reg_notif.event_id;
523 handle_uid_changed_notification(pmeta_msg, &avrc_command);
530 __FUNCTION__, dump_rc_pdu(avrc_command.cmd.pdu));
535 btif_rc_upstreams_evt((uint16_t)avrc_command.cmd.pdu, &avrc_command, pmeta_msg->code,
    [all...]

Completed in 61 milliseconds