Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dle_acl_manager_test.py335 self.dut_le_acl_manager.complete_outgoing_connection(token_background)
362 connection = self.dut_le_acl_manager.complete_outgoing_connection(token_1)
376 connection = self.dut_le_acl_manager.complete_outgoing_connection(token_2)
395 self.dut_le_acl_manager.complete_outgoing_connection(token)
417 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:
114 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.py94 def complete_outgoing_connection(self): member in PyAclManager