Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,8 @@ Distributed under the MIT license http://opensource.org/licenses/MIT

Prerequisites
-------------
As of BlueZ version 5.43 (currently shipped with Raspbian Stretch),
some BLE aspects are still experimental. You will need to add the
'Experimental' flag to the bluetooth daemon. Do this:
sudo nano /etc/systemd/system/dbus-org.bluez.service
and add the '-E' flag at the end of the 'ExecStart' line. It should
look like this:

ExecStart=/usr/lib/bluetooth/bluetoothd -E

Save the file and reboot.
As of BlueZ version 5.50 (currently shipped with Raspbian Buser) there
is no need to enable experimental flag for bluetoothd.

Installation
------------
Expand Down