Searched refs:sco_handles (Results 1 – 1 of 1) sorted by relevance
484 sco_handles: HashMap<ConnectionHandle, ConnectionHandle>, field497 sco_handles: HashMap::new(), in new()588 self.sco_handles.insert(handle, acl_handle); in report_sco_connection_start()593 if self.sco_handles.contains_key(&handle) { in report_connection_end()594 let acl_handle = self.sco_handles[&handle]; in report_connection_end()612 self.sco_handles.retain(|_sco_handle, acl_handle| *acl_handle != handle); in report_connection_end()626 self.sco_handles.clear(); in report_reset()