File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ impl Display for BleId {
8787}
8888
8989/// A Meshtastic device discovered via Bluetooth LE.
90+ #[ derive( Clone , PartialEq , Eq ) ]
9091pub struct BleDevice {
9192 /// The broadcast name of the device.
9293 pub name : Option < String > ,
Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ pub mod utils {
142142 #[ cfg( feature = "bluetooth-le" ) ]
143143 pub use crate :: connections:: ble_handler:: BleId ;
144144 #[ cfg( feature = "bluetooth-le" ) ]
145+ pub use crate :: connections:: ble_handler:: BleDevice ;
146+ #[ cfg( feature = "bluetooth-le" ) ]
145147 pub use crate :: utils_internal:: available_ble_devices;
146148 pub use crate :: utils_internal:: available_serial_ports;
147149 #[ cfg( feature = "bluetooth-le" ) ]
You can’t perform that action at this time.
0 commit comments