Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 452 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 452 Bytes

BLE peripheral and central example in python using Bluez and Dbus

To enable the peripheral mode in gatt (server mode) you must enable the experimental features of the bluez stack

  • Edit the file /lib/systemd/system/bluetooth.service and at the ExecStart=/usr/local/libexec/bluetooth/bluetoothd add at the end --experimental
  • Then do a sudo systemctl daemon-reload
  • And then a sudo systemctl restart bluetooth