Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ] core: Allow sending to org.mpris.MediaPlayer2.Player
@ 2018-05-31 12:19 Luiz Augusto von Dentz
  2018-06-04 10:06 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2018-05-31 12:19 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This adds a policy to allow sending to org.mpris.MediaPlayer2.Player
interface since that is used when the player supports it.
---
 src/bluetooth.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bluetooth.conf b/src/bluetooth.conf
index 0c0b221bb..b67a954a2 100644
--- a/src/bluetooth.conf
+++ b/src/bluetooth.conf
@@ -19,6 +19,7 @@
     <allow send_interface="org.bluez.LEAdvertisement1"/>
     <allow send_interface="org.freedesktop.DBus.ObjectManager"/>
     <allow send_interface="org.freedesktop.DBus.Properties"/>
+    <allow send_interface="org.mpris.MediaPlayer2.Player"/>
   </policy>
 
   <policy at_console="true">
-- 
2.17.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH BlueZ] core: Allow sending to org.mpris.MediaPlayer2.Player
  2018-05-31 12:19 [PATCH BlueZ] core: Allow sending to org.mpris.MediaPlayer2.Player Luiz Augusto von Dentz
@ 2018-06-04 10:06 ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2018-06-04 10:06 UTC (permalink / raw)
  To: linux-bluetooth@vger.kernel.org

Hi,

On Thu, May 31, 2018 at 3:19 PM, Luiz Augusto von Dentz
<luiz.dentz@gmail.com> wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
>
> This adds a policy to allow sending to org.mpris.MediaPlayer2.Player
> interface since that is used when the player supports it.
> ---
>  src/bluetooth.conf | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/bluetooth.conf b/src/bluetooth.conf
> index 0c0b221bb..b67a954a2 100644
> --- a/src/bluetooth.conf
> +++ b/src/bluetooth.conf
> @@ -19,6 +19,7 @@
>      <allow send_interface="org.bluez.LEAdvertisement1"/>
>      <allow send_interface="org.freedesktop.DBus.ObjectManager"/>
>      <allow send_interface="org.freedesktop.DBus.Properties"/>
> +    <allow send_interface="org.mpris.MediaPlayer2.Player"/>
>    </policy>
>
>    <policy at_console="true">
> --
> 2.17.0


Applied.



-- 
Luiz Augusto von Dentz

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH BlueZ] core: Allow sending to org.mpris.MediaPlayer2.Player
@ 2018-06-13 14:39 Luiz Augusto von Dentz
  2018-06-13 14:40 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2018-06-13 14:39 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This adds a policy to allow sending to org.mpris.MediaPlayer2.Player
interface since that is used when the player supports it.
---
 src/bluetooth.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bluetooth.conf b/src/bluetooth.conf
index 0c0b221bb..b67a954a2 100644
--- a/src/bluetooth.conf
+++ b/src/bluetooth.conf
@@ -19,6 +19,7 @@
     <allow send_interface="org.bluez.LEAdvertisement1"/>
     <allow send_interface="org.freedesktop.DBus.ObjectManager"/>
     <allow send_interface="org.freedesktop.DBus.Properties"/>
+    <allow send_interface="org.mpris.MediaPlayer2.Player"/>
   </policy>
 
   <policy at_console="true">
-- 
2.17.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH BlueZ] core: Allow sending to org.mpris.MediaPlayer2.Player
  2018-06-13 14:39 Luiz Augusto von Dentz
@ 2018-06-13 14:40 ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 4+ messages in thread
From: Luiz Augusto von Dentz @ 2018-06-13 14:40 UTC (permalink / raw)
  To: linux-bluetooth@vger.kernel.org

Hi,

On Wed, Jun 13, 2018 at 5:39 PM, Luiz Augusto von Dentz
<luiz.dentz@gmail.com> wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
>
> This adds a policy to allow sending to org.mpris.MediaPlayer2.Player
> interface since that is used when the player supports it.
> ---
>  src/bluetooth.conf | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/bluetooth.conf b/src/bluetooth.conf
> index 0c0b221bb..b67a954a2 100644
> --- a/src/bluetooth.conf
> +++ b/src/bluetooth.conf
> @@ -19,6 +19,7 @@
>      <allow send_interface="org.bluez.LEAdvertisement1"/>
>      <allow send_interface="org.freedesktop.DBus.ObjectManager"/>
>      <allow send_interface="org.freedesktop.DBus.Properties"/>
> +    <allow send_interface="org.mpris.MediaPlayer2.Player"/>
>    </policy>
>
>    <policy at_console="true">
> --
> 2.17.0

Please disregard this since it was already applied.



-- 
Luiz Augusto von Dentz

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-13 14:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-31 12:19 [PATCH BlueZ] core: Allow sending to org.mpris.MediaPlayer2.Player Luiz Augusto von Dentz
2018-06-04 10:06 ` Luiz Augusto von Dentz
  -- strict thread matches above, loose matches on Subject: below --
2018-06-13 14:39 Luiz Augusto von Dentz
2018-06-13 14:40 ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox