Trait rubble::security::SecurityLevel[][src]

pub trait SecurityLevel {
    const MTU: u8;
}
Expand description

Supported security levels.

Associated Constants

The L2CAP MTU required by this security level.

Implementors