Home
last modified time | relevance | path

Searched refs:EMPTY_ADDRESS (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/rust/src/
Dpackets.rs23 pub const EMPTY_ADDRESS: Address = Address(0x000000000000); constant
54 *self == EMPTY_ADDRESS in is_empty()
Dffi.rs48 (addr != hci::EMPTY_ADDRESS).then_some(addr) in get_address()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dmanager.rs43 peer: Cell::new(hci::EMPTY_ADDRESS), in default()
83 self.peer.set(hci::EMPTY_ADDRESS); in reset()
337 hci::EMPTY_ADDRESS in peer_address()
/packages/modules/Bluetooth/floss/hcidoc/packets/
Dlib.rs12 pub const EMPTY_ADDRESS: Address = Address(0x000000000000); constant
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs487 if use_accept_list { hcidoc_packets::hci::EMPTY_ADDRESS } else { address }; in process_le_conn_complete_ev()