Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hal.py53 def __init__(self, handle, py_hal, is_legacy): argument
55 self.py_hal = py_hal
62 … 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 …]
/packages/modules/Bluetooth/system/blueberry/tests/gd/hal/
Dsimple_hal_test.py18 from blueberry.tests.gd.cert.py_hal import PyHal
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Ddirect_hci_test.py21 from blueberry.tests.gd.cert.py_hal import PyHal