bose-dfu 1.1.0

Firmware updater for various Bose devices
Documentation
1
2
3
4
5
6
7
8
/// Check if a device is compatible and find its mode based on USB IDs.
pub mod device_ids;

/// Load and validate firmware update files containing suffixes as defined the DFU spec.
pub mod dfu_file;

/// Perform firmware-related operations on a connected Bose USB device using HID reports.
pub mod protocol;