[bluetooth.bluez] Complete Bluez rewrite (#8819)
Also-by: Connor Petty <mistercpp2000+gitsignoff@gmail.com> Signed-off-by: Benjamin Lafois <benjamin.lafois@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Bluetooth BlueZ Adapter
|
||||
|
||||
This extension supports Bluetooth access via BlueZ on Linux (ARMv6hf).
|
||||
This extension supports Bluetooth access via BlueZ and DBus on Linux. This is architecture agnostic and uses Unix Sockets.
|
||||
|
||||
# Setup
|
||||
|
||||
@@ -44,14 +44,15 @@ It defines the following bridge type:
|
||||
|----------------|---------------------------------------------------------------------------|
|
||||
| bluez | A Bluetooth adapter that is supported by BlueZ |
|
||||
|
||||
|
||||
## Discovery
|
||||
|
||||
If BlueZ is enabled and can be accessed, all available adapters are automatically discovered.
|
||||
|
||||
|
||||
## Bridge Configuration
|
||||
|
||||
The bluez bridge requires the configuration parameter `address`, which corresponds to the Bluetooth address of the adapter (in format "XX:XX:XX:XX:XX:XX").
|
||||
|
||||
Additionally, the parameter `backgroundDiscovery` can be set to true/false.When set to true, any Bluetooth device of which broadcasts are received is added to the Inbox.
|
||||
|
||||
## Example
|
||||
|
||||
Reference in New Issue
Block a user