Skip to content

Instantly share code, notes, and snippets.

@llaumgui
Last active July 23, 2016 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save llaumgui/b94daf59f1b2acf33861e02e06eb2057 to your computer and use it in GitHub Desktop.
Save llaumgui/b94daf59f1b2acf33861e02e06eb2057 to your computer and use it in GitHub Desktop.
Bluetooth support in Odroid C2 with Jeedom.

Work on Jessie (Odrobian)

Steps to install ################

mkdir /etc/systemd/system/bluetooth.service.d
vim /etc/systemd/system/bluetooth.service.d/customexec.conf 
systemctl daemon-reload
systemctl restart bluetooth

Step to check ############

systemctl status bluetooth -l

Error is allways present, but...

hcitool dev

Work fine ;-).

# /etc/systemd/system/bluetooth.service.d/customexec.conf
[Service]
ExecStart=
ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=sap,pnat
ExecStartPost=/bin/hciconfig hci0 up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment