Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs118 acls: Vec<AclInformation>,
138 fn get_or_allocate_connection(&mut self, handle: &ConnectionHandle) -> &mut AclInformation { in get_or_allocate_connection() argument
140 let acl = AclInformation::new(*handle); in get_or_allocate_connection()
147 let mut acl = AclInformation::new(handle); in report_connection_start()
194 struct AclInformation { struct
205 impl AclInformation { implementation
207 AclInformation { in new()
366 impl fmt::Display for AclInformation { implementation
486 unknown_connections: HashMap<ConnectionHandle, AclInformation>,
513 ) -> &mut AclInformation { in get_or_allocate_unknown_connection() argument
[all …]