Max2Play Home › Forums › Max2Play Add-ons › [UPDATE BUG FIX] Bluetooth Addon BETA › Reply To: [UPDATE BUG FIX] Bluetooth Addon BETA
I think I fixed the bluetooth to squeezebox with:
sudo nano /etc/dbus-1/system.d/bluetooth.conf
Add this below the root user policy:
<policy user=“pi“>
<allow own=“org.bluez“/>
<allow send_destination=“org.bluez“/>
<allow send_interface=“org.bluez.Agent1″/>
<allow send_interface=“org.bluez.MediaEndpoint1″/>
<allow send_interface=“org.bluez.MediaPlayer1″/>
<allow send_interface=“org.bluez.Profile1″/>
<allow send_interface=“org.bluez.GattCharacteristic1″/>
<allow send_interface=“org.bluez.GattDescriptor1″/>
<allow send_interface=“org.bluez.LEAdvertisement1″/>
<allow send_interface=“org.freedesktop.DBus.ObjectManager“/>
<allow send_interface=“org.freedesktop.DBus.Properties“/>
</policy>
I did also add pi and squeezebox server to bluetooth and audio groups but I think allowing user „pi“ to own org.bluez was the fix.