From 81d087480b14d58c9582f3f28106ecd62f3eaa70 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 16 Sep 2022 12:35:29 +0200 Subject: [PATCH] Fix typo in bluez version (#24140) --- source/_integrations/bluetooth.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/bluetooth.markdown b/source/_integrations/bluetooth.markdown index 7b45c4e8aca..cd4edf6f346 100644 --- a/source/_integrations/bluetooth.markdown +++ b/source/_integrations/bluetooth.markdown @@ -93,7 +93,7 @@ Integrations that have followed the [Best practices for library authors](https:/ ## Passive Scanning -Passive Scanning on Linux can be enabled in the options flow per adapter if the host system runs BlueZ 4.63 or later with experimental features enabled. +Passive Scanning on Linux can be enabled in the options flow per adapter if the host system runs BlueZ 5.63 or later with experimental features enabled. Many integrations require active scanning and may not function when scanning is passive.