Home
last modified time | relevance | path

Searched defs:EMPTY_ADDRESS (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/packets/
Dcustom_types.rs8 pub const EMPTY_ADDRESS: Address = Address { bytes: [0x00, 0x00, 0x00, 0x00, 0x00, 0x00] }; constant
/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dpackets.rs6 pub const EMPTY_ADDRESS: Address = Address { bytes: [0x00, 0x00, 0x00, 0x00, 0x00, 0x00] }; constant