Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs484 sco_handles: HashMap<ConnectionHandle, ConnectionHandle>, field
497 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()