Skip to content

Commit dbf2a94

Browse files
Change BtAddrLe type to implement copy/clone/debug
1 parent 7751f46 commit dbf2a94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ble/ble_types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ impl<'a> BtData<'a> {
6969
}
7070

7171
/// Bluetooth LE address (little-endian) used in advertising parameters.
72+
#[derive(Debug, Clone, Copy)]
7273
pub struct BtAddrLe {
7374
pub addr_type: u8,
7475
pub addr: [u8; 6],

0 commit comments

Comments
 (0)