Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dinformational.rs138 fn get_or_allocate_connection(&mut self, handle: &ConnectionHandle) -> &mut AclInformation { in get_or_allocate_connection() method
155 let acl = self.get_or_allocate_connection(&handle); in report_connection_end()
520 fn get_or_allocate_connection(&mut self, handle: &ConnectionHandle) -> &mut AclInformation { in get_or_allocate_connection() method
528 return device.get_or_allocate_connection(handle); in get_or_allocate_connection()
577 let acl = device.get_or_allocate_connection(&0); in report_sco_connection_start()
595 let conn = self.get_or_allocate_connection(&acl_handle); in report_connection_end()
667 let conn = self.get_or_allocate_connection(&handle); in report_l2cap_conn_req()
683 let conn = self.get_or_allocate_connection(&handle); in report_l2cap_conn_rsp()
695 let conn = self.get_or_allocate_connection(&handle); in report_l2cap_disconn_rsp()