Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dle_acl_manager_test.py341 self.dut_le_acl_manager.complete_outgoing_connection(token_background)
370 connection = self.dut_le_acl_manager.complete_outgoing_connection(token_1)
384 connection = self.dut_le_acl_manager.complete_outgoing_connection(token_2)
404 self.dut_le_acl_manager.complete_outgoing_connection(token)
427 self.dut_le_acl_manager.complete_outgoing_connection(token_background)
Dacl_manager_test.py48 with self.dut_acl_manager.complete_outgoing_connection() as dut_acl:
115 with self.dut_acl_manager.complete_outgoing_connection() as dut_acl:
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_le_acl_manager.py101 return self.complete_outgoing_connection(token)
160 def complete_outgoing_connection(self, token): member in PyLeAclManager
Dpy_acl_manager.py93 def complete_outgoing_connection(self): member in PyAclManager
/packages/modules/Bluetooth/system/blueberry/tests/gd/l2cap/classic/
Dcert_l2cap.py193 self._acl = self._acl_manager.complete_outgoing_connection()