Create EmulatedBLECentral
Open
- Dominant language
- Python
- Stars
- 14
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.