Created
May 30, 2019 04:15
-
-
Save vaibhavpandeyvpz/59d1d1202337cc414edb7fffc131df98 to your computer and use it in GitHub Desktop.
Enable LEAdvertisingManager1 on RaspBerry Pi Zero W
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| sudo nano /lib/systemd/system/bluetooth.service | |
| ## Changes >> | |
| ExecStart=/usr/lib/bluetooth/bluetoothd | |
| ## --- TO --- | |
| ExecStart=/usr/lib/bluetooth/bluetoothd --experimental | |
| ## << Changes | |
| sudo systemctl daemon-reload | |
| sudo systemctl restart bluetooth |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment