Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Dacl_manager_test.py49 cert_acl.send_first(b'\x26\x00\x07\x00This is just SomeAclData from the Cert')
66 cert_acl.send_first(b'\x26\x00\x07\x00This is just SomeAclData from the Cert')
100 cert_acl.send_first(b'\x26\x00\x07\x00This is just SomeAclData from the Cert')
115 cert_acl.send_first(b'\x06\x00\x07\x00Hello')
117 cert_acl.send_first(b'\xe8\x03\x07\x00' + b'Hello' * 200)
Ddirect_hci_test.py299 dut_acl.send_first(b'Just SomeAclData')
300 cert_acl.send_first(b'Just SomeMoreAclData')
316 dut_acl.send_first(b'This is just SomeAclData')
317 cert_acl.send_first(b'This is just SomeMoreAclData')
/packages/modules/Bluetooth/system/blueberry/tests/gd/hal/
Dsimple_hal_test.py111 dut_acl.send_first(b'Just SomeAclData')
112 cert_acl.send_first(b'Just SomeMoreAclData')
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hci.py46 def send_first(self, data: bytes): member in PyHciAclConnection
73 def send_first(self, data: bytes): member in PyHciLeAclConnection
Dpy_hal.py43 def send_first(self, data: bytes): member in PyHalAclConnection