From 27cc0b725a50f92a3983cff8a5740c83866e3cd8 Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Fri, 28 Aug 2020 12:53:30 +0200 Subject: [PATCH] docs: show that we can now scan on macOS Signed-off-by: Ron Evans --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbeb5fa..90c75b6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This package attempts to build a cross-platform Bluetooth Low Energy module for | | Windows | Linux | Nordic chips | macOS | | -------------------------------- | ------------------ | ------------------ | ------------------ | ------------------ | | API used | WinRT | BlueZ (over D-Bus) | SoftDevice | CoreBluetooth | -| Scanning | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | +| Scanning | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | Connect to peripheral | :x: | :heavy_check_mark: | :heavy_check_mark: | :x: | | Write peripheral characteristics | :x: | :heavy_check_mark: | :heavy_check_mark: | :x: | | Receive notifications | :x: | :heavy_check_mark: | :heavy_check_mark: | :x: |