Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd/hal/
Dsimple_hal_test.py73 self.dut_hal.unmask_event(hci.EventCode.LE_META_EVENT)
97 self.cert_hal.unmask_event(hci.EventCode.LE_META_EVENT)
102 self.dut_hal.unmask_event(hci.EventCode.LE_META_EVENT)
118 self.dut_hal.unmask_event(hci.EventCode.LE_META_EVENT)
123 self.cert_hal.unmask_event(hci.EventCode.LE_META_EVENT)
/packages/modules/Bluetooth/system/blueberry/tests/gd/hci/
Ddirect_hci_test.py172 self.cert_hal.unmask_event(hci.EventCode.LE_META_EVENT)
215 self.cert_hal.unmask_event(hci.EventCode.LE_META_EVENT)
241 self.cert_hal.unmask_event(hci.EventCode.LE_META_EVENT)
276 self.cert_hal.unmask_event(hci.EventCode.LE_META_EVENT)
/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dpy_hal.py177 def unmask_event(self, *event_codes): member in PyHal