summaryrefslogtreecommitdiff
path: root/src/bluetooth.conf
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2012-12-05 20:18:09 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-06 12:23:25 +0200
commit375e766245eb2bdb44c61fc77efba2225cb8a10b (patch)
treec499bf06a9e2e0cbafaac0b67bfbac4c7941db31 /src/bluetooth.conf
parent93e378e2ecb8d6b37f6283365841fd1394172d6f (diff)
downloadbluez-375e766245eb2bdb44c61fc77efba2225cb8a10b.tar.gz
audio: Fix interface names
In some places, the old names of the interfaces were still being used. So we update them to use the new names.
Diffstat (limited to 'src/bluetooth.conf')
-rw-r--r--src/bluetooth.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth.conf b/src/bluetooth.conf
index 4d0d50407..6111fdb88 100644
--- a/src/bluetooth.conf
+++ b/src/bluetooth.conf
@@ -12,8 +12,8 @@
<allow send_destination="org.bluez"/>
<allow send_interface="org.bluez.Agent"/>
<allow send_interface="org.bluez.HandsfreeAgent"/>
- <allow send_interface="org.bluez.MediaEndpoint"/>
- <allow send_interface="org.bluez.MediaPlayer"/>
+ <allow send_interface="org.bluez.MediaEndpoint1"/>
+ <allow send_interface="org.bluez.MediaPlayer1"/>
<allow send_interface="org.bluez.Watcher"/>
<allow send_interface="org.bluez.ThermometerWatcher"/>
<allow send_interface="org.bluez.AlertAgent"/>