Maxim Khitrov
Maxim Khitrov
I'm trying to test a custom device that uses BLE 5 extended advertising, but it does not show up in the scan results of the nRF Connect for Desktop Bluetooth...
## General - [x] Split README.md and crate documentation? - [ ] General documentation cleanup. - [ ] Simplify `Error` types and review the design. - [ ] Review logging...
We currently require any USB controller to have an active configuration set by the OS. macOS seems to put USB dongles into an unconfigured state, which then breaks endpoint discovery.
Add libusb hotplug support to handle controller attach/detach events.
Implement full-stack closed-loop testing with a simulated `host::Transport`. This requires some Central support (#5).
Tracking issue for Central support.
Measure the maximum number of notifications per second with different connection parameter settings. Compare with a physical mouse/keyboard. The current plan is to use Nordic’s nRF Sniffer to record BLE...
Allow using Resolvable Private Addresses for local and remote devices ([Vol 6] Part B, Section 6). This is required for communicating reliably with Android and iOS devices, which generate new...
Windows 11 doesn't seem to re-discover services after failing to re-establish a bond (e.g. because Peripheral cache was cleared) and negotiating a new LTK. We should detect a failed LTK...
### Description There is a `vault_namespace` data source for getting the current namespace, but there does not appear to be any way of getting the current server address. We're having...