Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Ddis.rs24 pub struct DeviceInformation { struct
38 impl DeviceInformation { argument
Dlib.rs223 bluetooth_dis: Arc<Mutex<Box<DeviceInformation>>>, in dispatch()
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs114 struct DeviceInformation { struct
122 impl DeviceInformation { argument
169 impl fmt::Display for DeviceInformation { implementation
503 fn get_or_allocate_device(&mut self, address: &Address) -> &mut DeviceInformation { in get_or_allocate_device()
949 fn sort_addresses(a: &DeviceInformation, b: &DeviceInformation) -> Ordering { in report()