Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Implementing Bluetooth Classic (RFCOMM) Socket with Auto-Pairing on Raspberry Pi OS (Rust + Bluer Crate)
I'm developing a Bluetooth server on a Raspberry Pi 5 running Debian Bookworm (64-bit) and targeting Bluetooth Classic (RFCOMM) communication. I'm using the bluer
crate in Rust for Bluetooth support.
So far:
discoverable
, pairable
, and powered
.What I need help with:
bluer
provides some support via the agent
and rfcomm
modules, but the documentation and examples are limited for Bluetooth Classic Setup.bluer
or another crate.Questions:
bluer
?1 post - 1 participant
🏷️ rust_feed