Destruct the address into the underlying array.
(self)
| 136 | impl BDAddr { |
| 137 | /// Destruct the address into the underlying array. |
| 138 | pub fn into_inner(self) -> [u8; 6] { |
| 139 | self.address |
| 140 | } |
| 141 | |
| 142 | /// Check if this address is a randomly generated. |
| 143 | pub fn is_random_static(&self) -> bool { |
no outgoing calls