[][src]Trait rubble::security_manager::SecurityLevel

pub trait SecurityLevel {
const MTU: u8;
}

Supported security levels.

Associated Constants

const MTU: u8

The L2CAP MTU required by this security level.

Loading content...

Implementors

impl SecurityLevel for NoSecurity[src]

const MTU: u8[src]

23 Bytes when LE Secure Connections are unsupported

impl SecurityLevel for SecureConnections[src]

const MTU: u8[src]

65 Bytes when LE Secure Connections are supported

Loading content...