Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/hci/cert/
H A Dacl_manager_test.py45 cert_acl = self.cert_hci.accept_connection()
112 cert_acl = self.cert_hci.accept_connection()
H A Ddirect_hci_test.py272 cert_acl = self.cert_hal.accept_connection()
289 dut_acl = self.dut_hci.accept_connection()
/aosp12/system/bt/gd/cert/
H A Dpy_hci.py175 def accept_connection(self): member in PyHci
H A Dpy_hal.py201 def accept_connection(self): member in PyHal
/aosp12/system/bt/gd/hci/acl_manager/
H A Dclassic_impl.h194 this->accept_connection(address); in on_incoming_connection()
395 void accept_connection(Address address) { in accept_connection() function