Home
last modified time | relevance | path

Searched refs:send_hci_command (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hal.py62 … self.py_hal.send_hci_command(hci.LeSetAdvertisingData(advertising_data=advertising_data))
65 self.py_hal.send_hci_command(
76 … self.py_hal.send_hci_command(hci.LeSetScanResponseData(advertising_data=advertising_data))
79 self.py_hal.send_hci_command(
88 … self.py_hal.send_hci_command(hci.LeSetAdvertisingEnable(advertising_enable=hci.Enable.ENABLED))
91 self.py_hal.send_hci_command(
102 … self.py_hal.send_hci_command(hci.LeSetAdvertisingEnable(advertising_enable=hci.Enable.DISABLED))
105 self.py_hal.send_hci_command(
144 def send_hci_command(self, command: hci.Packet): member in PyHal
156 self.send_hci_command(hci.ReadBdAddr())
[all …]
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Ddirect_hci_test.py41 self.cert_hal.send_hci_command(hci.Reset())
92 self.cert_hal.send_hci_command(
107 self.cert_hal.send_hci_command(
111 self.cert_hal.send_hci_command(
118 self.cert_hal.send_hci_command(
125 self.cert_hal.send_hci_command(
135 self.cert_hal.send_hci_command(
173 …self.cert_hal.send_hci_command(hci.LeSetRandomAddress(random_address=bluetooth.Address('0C:05:04:0…
174 self.cert_hal.send_hci_command(
242 …self.cert_hal.send_hci_command(hci.LeSetRandomAddress(random_address=bluetooth.Address('0C:05:04:0…
[all …]
/packages/modules/Bluetooth/system/blueberry/tests/gd/hal/
Dsimple_hal_test.py47 self.dut_hal.send_hci_command(
55 … self.dut_hal.send_hci_command(hci.WriteLoopbackMode(loopback_mode=hci.LoopbackMode.ENABLE_LOCAL))
59 self.dut_hal.send_hci_command(command)
64 …self.cert_hal.send_hci_command(hci.WriteScanEnable(scan_enable=hci.ScanEnable.INQUIRY_AND_PAGE_SCA…
66 …self.dut_hal.send_hci_command(hci.Inquiry(lap=hci.Lap(lap=0x33), inquiry_length=0x30, num_response…