Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dpackets.rs23 pub const EMPTY_ADDRESS: Address = Address(0x000000000000); constant
/aosp_15_r20/packages/modules/Bluetooth/floss/hcidoc/packets/
Dlib.rs12 pub const EMPTY_ADDRESS: Address = Address(0x000000000000); constant
/aosp_15_r20/tools/netsim/rust/daemon/src/bluetooth/
H A Dbeacon.rs47 static EMPTY_ADDRESS: OnceLock<Address> = OnceLock::new(); constant