#bluetooth #sdp #rfcomm #spp

bluetooth-serial-port-async

Interact with Bluetooth devices via RFCOMM channels

4 releases

0.6.3 Dec 28, 2020
0.6.2 Dec 28, 2020
0.6.1 Oct 18, 2020
0.6.0 Oct 10, 2020

#1316 in Hardware support

Download history 6/week @ 2023-11-20 6/week @ 2023-11-27 16/week @ 2024-01-08 7/week @ 2024-01-15 7/week @ 2024-01-22 14/week @ 2024-02-05 13/week @ 2024-02-12 23/week @ 2024-02-19 25/week @ 2024-02-26 19/week @ 2024-03-04

82 downloads per month
Used in 4 crates

MIT license

48KB
1K SLoC

Rust library for interacting with the Bluetooth stack via RFCOMM channels.

This library only works on Linux/BlueZ. You can find it on

You can use async_std to read and write async

crates.io.

Cargo.toml:

[dependencies]
bluetooth-serial-port-async = "0.5.1"

Important functions:

bluetooth_serial_port::scan_devices()
BtSocket::new()
BtSocket::connect()
BtSocket::connect_async()
BtSocket::get_stream() // Use for read/write. Only call it once.

Click here for a full example.

API Reference

API reference documentation is on docs.rs


lib.rs:

Interact with Bluetooth devices via RFCOMM channels.

Dependencies

~7–18MB
~221K SLoC