Lines Matching refs:send_hci_command
83 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(
185 self.send_hci_command(hci_packets.ResetBuilder())
189 self.send_hci_command(WriteScanEnableBuilder(ScanEnable.INQUIRY_AND_PAGE_SCAN))
192 self.send_hci_command(
205 self.send_hci_command(
227 self.send_hci_command(
234 self.send_hci_command(
247 self.send_hci_command(
274 self.send_hci_command(
280 self.send_hci_command(LeSetExtendedAdvertisingRandomAddressBuilder(handle, own_address))