From 2197dfcf95104c22b160e56ed894b3b4bf14c8db Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Sun, 22 Dec 2024 17:52:40 -0800 Subject: [PATCH] doc: Add bluest to alt libraries list, add new features to table --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02fa6943..ab58f50d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.)