Enum esp32_nimble::BLEAddressType
source · #[repr(u8)]pub enum BLEAddressType {
Public = 0,
Random = 1,
PublicID = 2,
RandomID = 3,
}
Expand description
Bluetooth Device address type
Variants§
Trait Implementations§
source§impl PartialEq for BLEAddressType
impl PartialEq for BLEAddressType
source§fn eq(&self, other: &BLEAddressType) -> bool
fn eq(&self, other: &BLEAddressType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.