Sebastian Urban
Sebastian Urban
Could you run `bluetoothctl` and verify that an adapter is present?
Please update BlueZ to at least version 5.60.
Great to hear it's working now!
This would probably be provided by the [advertisement monitoring api](https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/advertisement-monitor-api.txt) which is indeed not yet implemented in BlueR.
Yes, generally I am open for it, provided that no functionality is lost. I've successfully cross-compiled BlueR myself, but reducing C dependencies is a good idea in my opinion. I've...
> Quick look at the code you linked to, I'm not sure if you're using some kind of high-level API (does dbus-rs even have that?) or lower-level one (where you...
> Would you be open to accepting PRs to switch `dbus` to `zbus`? @sinhpham Now that zbus is ready for use, would you be willing to provide some PRs? ;-)
Hi, this should be possible. Note that testing BlueR means that you will be testing BlueZ (userspace + kernel) as well, so it makes sense to build the kernel and...
Have you tried the troubleshooting section from the README? This is often a BlueZ caching issue. There is a Rust channel in the BlueZ slack at https://join.slack.com/t/bluezorg/shared_invite/zt-opurnyz7-QbHRp5mxxezDcQSQrHFybw
Sounds good. I have developed an RPC and remote channel library that you could use to implement the communication between the test processes. It is called [Remoc](https://crates.io/crates/remoc) and fairly stable...