mbox series

[BlueZ,v2,0/3] profiles: Add remote endpoint path to SelectProperties

Message ID 20220830144734.55263-1-frederic.danis@collabora.com
Headers show
Series profiles: Add remote endpoint path to SelectProperties | expand

Message

Frédéric Danis Aug. 30, 2022, 2:47 p.m. UTC
The SelectProperties method is only called on the central (initiator)
device. But there's no information related to the remote device for which
is call is done.
These commits allow the audio server to link this call method to the
appropriate remote endpoint.

Changes in V2:
- Set endpoint part of the dictionary properties
- Pass rpac to select function instead of DBus specific path
- Add a new commit to keep consistency after fixing previous
  patch for a checkpatch warning

Frédéric Danis (3):
  profiles: Add remote endpoint path to SelectProperties
  doc: Add remote endpoint path to SelectProperties
  profiles: Fix function definition style

 doc/media-api.txt      |  6 ++++--
 profiles/audio/bap.c   |  2 ++
 profiles/audio/media.c | 15 ++++++++++++---
 src/shared/bap.c       | 12 +++++++++++-
 src/shared/bap.h       | 11 +++++++----
 5 files changed, 36 insertions(+), 10 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org Aug. 30, 2022, 9:30 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Tue, 30 Aug 2022 16:47:31 +0200 you wrote:
> The SelectProperties method is only called on the central (initiator)
> device. But there's no information related to the remote device for which
> is call is done.
> These commits allow the audio server to link this call method to the
> appropriate remote endpoint.
> 
> Changes in V2:
> - Set endpoint part of the dictionary properties
> - Pass rpac to select function instead of DBus specific path
> - Add a new commit to keep consistency after fixing previous
>   patch for a checkpatch warning
> 
> [...]

Here is the summary with links:
  - [BlueZ,v2,1/3] profiles: Add remote endpoint path to SelectProperties
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=eb62d17e26f6
  - [BlueZ,v2,2/3] doc: Add remote endpoint path to SelectProperties
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=fdff0e3ce300
  - [BlueZ,v2,3/3] profiles: Fix function definition style
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=d04b64003d9d

You are awesome, thank you!