From 7e19329bd5798b7f5e7a527f6dbec96c7f66c82a Mon Sep 17 00:00:00 2001 From: Foti Dim Date: Sat, 23 Mar 2024 15:08:12 +0100 Subject: [PATCH] Add info about Bluetooth adapters on Windows and Linux --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d4260a..3be6f2f 100644 --- a/README.md +++ b/README.md @@ -245,9 +245,11 @@ Add `NSBluetoothPeripheralUsageDescription` and `NSBluetoothAlwaysUsageDescripti Add the `Bluetooth` capability to the macOS app from Xcode. -### Windows +### Windows / Linux -When publishing on Windows you need to declare the following [capabilities](https://learn.microsoft.com/en-us/windows/uwp/packaging/app-capability-declarations): `bluetooth, radios` +Your Bluetooth adapter needs to support at least Bluetooth 4.0. If you have more than 1 adapters, the first one returned from the system will be picked. + +When publishing on Windows you need to declare the following [capabilities](https://learn.microsoft.com/en-us/windows/uwp/packaging/app-capability-declarations): `bluetooth, radios`. ### Web