]> code.ossystems Code Review - openembedded-core.git/commitdiff
bluez5: Update the bluetooth.conf
authorYasir-Khan <yasir_khan@mentor.com>
Wed, 14 May 2014 12:04:53 +0000 (17:04 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 May 2014 22:24:04 +0000 (23:24 +0100)
In bluez5, agent interface has been renamed from org.bluez.Agent
to org.bluez.Agent1. Reflect this change in bluetooth.conf to
allow sending of dbus messages to agent interface.

*Resolves no PIN prompt bug while pairing
*Resolves bluetooth keyboard connection problem

Signed-off-by: Yasir-Khan <yasir_khan@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf

index ca5e9e4f2f888841a0c9855fd9a21f0d0b8e4466..e21e72e3ecb52d230879e0086f351ddf62a279f0 100644 (file)
@@ -10,7 +10,7 @@
   <policy context="default">
     <allow own="org.bluez"/>
     <allow send_destination="org.bluez"/>
-    <allow send_interface="org.bluez.Agent"/>
+    <allow send_interface="org.bluez.Agent1"/>
   </policy>
 
 </busconfig>