Struct bluetooth_hci::BdAddrTypeError[][src]

pub struct BdAddrTypeError(pub u8);

The BD Address type is not recognized. Includes the unrecognized byte.

See to_bd_addr_type

Auto Trait Implementations