Searched defs:EMPTY_ADDRESS (Results  1 – 2 of 2) sorted by relevance
| /packages/modules/Bluetooth/system/gd/rust/packets/ | 
| D | custom_types.rs | 8 pub const EMPTY_ADDRESS: Address = Address { bytes: [0x00, 0x00, 0x00, 0x00, 0x00, 0x00] };  constant
  | 
| /packages/modules/Bluetooth/tools/rootcanal/rust/src/ | 
| D | packets.rs | 6     pub const EMPTY_ADDRESS: Address = Address { bytes: [0x00, 0x00, 0x00, 0x00, 0x00, 0x00] };  constant
  |