You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to test the rest of the BLE subsystem as well as to verify that our primitive operations work correctly, we should have an emulated ble central that otherwise provides the same AbstractBLECentral interface as real hardware.
The goal would be to be able to attach virtual devices to it by wrapping them inside EmulatedBLEDevice and use them for testing.
The text was updated successfully, but these errors were encountered:
In order to test the rest of the BLE subsystem as well as to verify that our primitive operations work correctly, we should have an emulated ble central that otherwise provides the same
AbstractBLECentral
interface as real hardware.The goal would be to be able to attach virtual devices to it by wrapping them inside
EmulatedBLEDevice
and use them for testing.The text was updated successfully, but these errors were encountered: