Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Ddis.rs24 pub struct DeviceInformation { struct
38 impl DeviceInformation { argument
Dlib.rs273 bluetooth_dis: Arc<Mutex<Box<DeviceInformation>>>, in dispatch()
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs141 struct DeviceInformation { struct
149 impl DeviceInformation { impl
239 impl fmt::Display for DeviceInformation { implementation
622 fn get_or_allocate_device(&mut self, address: &Address) -> &mut DeviceInformation { in get_or_allocate_device()
1090 fn sort_addresses(a: &DeviceInformation, b: &DeviceInformation) -> Ordering { in report()
/packages/modules/Nfc/libnfc-nci/tools/casimir/src/
Dmain-grpc.rs107 pub struct DeviceInformation { struct
108 id: Id,
109 position: u32,
110 r#type: DeviceType,