[][src]Trait bluetooth_hci::Vendor

pub trait Vendor {
    type Status: TryFrom<u8, Error = BadStatusError> + Into<u8> + Clone + Debug;
    type Event: VendorEvent;
}

Trait defining vendor-specific extensions for the Bluetooth Controller.

Associated Types

type Status: TryFrom<u8, Error = BadStatusError> + Into<u8> + Clone + Debug

Enumeration of vendor-specific status codes.

type Event: VendorEvent

Enumeration of vendor-specific events.

Loading content...

Implementors

Loading content...