Home
last modified time | relevance | path

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

/system/bt/gd/cert/
Dpy_hal.py75 def __init__(self, handle, py_hal): argument
77 self.py_hal = py_hal
83 self.py_hal.send_hci_command(
86 self.py_hal.wait_for_complete(OpCode.LE_SET_EXTENDED_ADVERTISING_DATA)
92 self.py_hal.send_hci_command(
95 self.py_hal.wait_for_complete(OpCode.LE_SET_EXTENDED_ADVERTISING_SCAN_RESPONSE)
102 … self.py_hal.send_hci_command(LeSetExtendedAdvertisingEnableBuilder(Enable.ENABLED, [enabled_set]))
103 self.py_hal.wait_for_complete(OpCode.LE_SET_EXTENDED_ADVERTISING_ENABLE)
110 …self.py_hal.send_hci_command(LeSetExtendedAdvertisingEnableBuilder(Enable.DISABLED, [enabled_set]))
111 self.py_hal.wait_for_complete(OpCode.LE_SET_EXTENDED_ADVERTISING_ENABLE)
/system/bt/gd/hal/cert/
Dsimple_hal_test.py22 from cert.py_hal import PyHal
/system/bt/gd/hci/cert/
Ddirect_hci_test.py23 from cert.py_hal import PyHal