Searched refs:connect_coc_to_cert (Results 1 – 3 of 3) sorted by relevance
/system/bt/gd/l2cap/le/cert/ |
D | le_l2cap_test.py | 110 response_future = self.dut_l2cap.connect_coc_to_cert(self.cert_address, psm) 125 response_future = self.dut_l2cap.connect_coc_to_cert(self.cert_address, psm) 313 response_future = self.dut_l2cap.connect_coc_to_cert(self.cert_address, psm=0x33) 346 response_future = self.dut_l2cap.connect_coc_to_cert(self.cert_address, psm=0x33) 422 response_future = self.dut_l2cap.connect_coc_to_cert(self.cert_address, psm=0x33) 446 response_future = self.dut_l2cap.connect_coc_to_cert(self.cert_address, psm=0x33) 473 response_future = self.dut_l2cap.connect_coc_to_cert(self.cert_address, psm=0x33) 503 response_future = self.dut_l2cap.connect_coc_to_cert(self.cert_address, psm=0x33) 516 response_future = self.dut_l2cap.connect_coc_to_cert(self.cert_address, psm=0x33) 529 response_future = self.dut_l2cap.connect_coc_to_cert(self.cert_address, psm=0x33) [all …]
|
D | dual_l2cap_test.py | 101 response_future = self.dut_le_l2cap.connect_coc_to_cert(self.cert_address, psm)
|
/system/bt/gd/cert/ |
D | py_l2cap.py | 241 def connect_coc_to_cert(self, cert_address, psm=0x33): member in PyLeL2cap
|