Skip to content

Commit

Permalink
doc: Add bluest to alt libraries list, add new features to table
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Dec 23, 2024
1 parent 0d0c694 commit 2197dfc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ support.
| Get Characteristic Notification Event | X | X | X | X |
| Read Descriptor | X | X | X | X |
| Write Descriptor | X | X | X | X |
| Retrieve MTU | | | | |
| Retrieve Connection Interval | | | | |

## Library Features

Expand Down Expand Up @@ -165,8 +167,8 @@ While we don't specifically support Flutter in this repo yet, there's a template

Everyone has different bluetooth needs, so if btleplug doesn't fit yours, try these other libraries by the rust community!

- [Bluey](https://github.com/rib/bluey) - Cross Platform BLE library that takes a different API
approach (less Bluez centric)
- [Bluest](https://github.com/alexmoon/bluest) - Cross Platform BLE library (Windows/macOS/iOS/Linux)
- [Bluey](https://github.com/rib/bluey) - Cross Platform BLE library (Windows/Android)
- [Bluer](https://crates.io/crates/bluer) - Official Rust interface for Bluez on Linux, with more
features since it only supports one platform (we use
[Bluez-async](https://crates.io/crates/bluez-async) internally.)
Expand Down

0 comments on commit 2197dfc

Please sign in to comment.