Searched defs:DeviceInformation (Results 1 – 7 of 7) sorted by relevance
24 pub struct DeviceInformation { struct38 impl DeviceInformation { argument
280 bluetooth_dis: Arc<Mutex<Box<DeviceInformation>>>, in dispatch()
141 struct DeviceInformation { struct149 impl DeviceInformation { argument239 impl fmt::Display for DeviceInformation { implementation622 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()
71 struct DeviceInformation { struct72 category: pica::Category,73 mac_address: MacAddress,75 position: Position,
107 pub struct DeviceInformation { struct108 id: Id,109 position: u32,110 r#type: DeviceType,
29 export class DeviceInformation extends LitElement implements Notifiable { class
498 UCHAR DeviceInformation[4]; member