Home
last modified time | relevance | path

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

/system/bt/gd/cert/
Dpy_hal.py83 self.py_hal.send_hci_command(
92 self.py_hal.send_hci_command(
102 … self.py_hal.send_hci_command(LeSetExtendedAdvertisingEnableBuilder(Enable.ENABLED, [enabled_set]))
110 …self.py_hal.send_hci_command(LeSetExtendedAdvertisingEnableBuilder(Enable.DISABLED, [enabled_set]))
140 def send_hci_command(self, command): member in PyHal
151 self.send_hci_command(hci_packets.ReadBdAddrBuilder())
157 self.send_hci_command(hci_packets.LeSetRandomAddressBuilder(addr))
166 self.send_hci_command(
173 self.send_hci_command(
179 self.send_hci_command(
[all …]
/system/bt/gd/hal/cert/
Dsimple_hal_test.py56 self.dut_hal.send_hci_command(
63 …self.dut_hal.send_hci_command(hci_packets.WriteLoopbackModeBuilder(hci_packets.LoopbackMode.ENABLE…
67 self.dut_hal.send_hci_command(command)
72 …self.cert_hal.send_hci_command(hci_packets.WriteScanEnableBuilder(hci_packets.ScanEnable.INQUIRY_A…
76 self.dut_hal.send_hci_command(hci_packets.InquiryBuilder(lap, 0x30, 0xff))
/system/bt/gd/hci/cert/
Ddirect_hci_test.py92 self.cert_hal.send_hci_command(ResetBuilder())
137 self.cert_hal.send_hci_command(
153 self.cert_hal.send_hci_command(
159 self.cert_hal.send_hci_command(
167 self.cert_hal.send_hci_command(
175 …self.cert_hal.send_hci_command(LeSetExtendedAdvertisingEnableBuilder(Enable.ENABLED, [enabled_set]…
179 …self.cert_hal.send_hci_command(LeSetExtendedAdvertisingEnableBuilder(Enable.DISABLED, [enabled_set…
211 self.cert_hal.send_hci_command(LeSetRandomAddressBuilder('0C:05:04:03:02:01'))
213 self.cert_hal.send_hci_command(
283 self.cert_hal.send_hci_command(WritePageTimeoutBuilder(0x4000))