Skip to content

Instantly share code, notes, and snippets.

@vaibhavpandeyvpz
Created May 30, 2019 04:15
Show Gist options
  • Save vaibhavpandeyvpz/59d1d1202337cc414edb7fffc131df98 to your computer and use it in GitHub Desktop.
Save vaibhavpandeyvpz/59d1d1202337cc414edb7fffc131df98 to your computer and use it in GitHub Desktop.
Enable LEAdvertisingManager1 on RaspBerry Pi Zero W
#!/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