Searched refs:py_hal (Results 1 – 3 of 3) sorted by relevance
53 def __init__(self, handle, py_hal, is_legacy): argument55 self.py_hal = py_hal62 … self.py_hal.send_hci_command(hci.LeSetAdvertisingData(advertising_data=advertising_data))63 self.py_hal.wait_for_complete(hci.OpCode.LE_SET_ADVERTISING_DATA)65 self.py_hal.send_hci_command(70 self.py_hal.wait_for_complete(hci.OpCode.LE_SET_EXTENDED_ADVERTISING_DATA)76 … self.py_hal.send_hci_command(hci.LeSetScanResponseData(advertising_data=advertising_data))77 self.py_hal.wait_for_complete(hci.OpCode.LE_SET_SCAN_RESPONSE_DATA)79 self.py_hal.send_hci_command(84 self.py_hal.wait_for_complete(hci.OpCode.LE_SET_EXTENDED_SCAN_RESPONSE_DATA)[all …]
18 from blueberry.tests.gd.cert.py_hal import PyHal
21 from blueberry.tests.gd.cert.py_hal import PyHal