Home
last modified time | relevance | path

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

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