mbox series

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

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

Message

Frédéric Danis Aug. 30, 2022, 8:54 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.

Chnages in v3:
- Fix GitLint issue

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(-)