mbox series

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

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

Message

Frédéric Danis Aug. 29, 2022, 8:31 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 methos to the
appropriate remote endpoint.

Frédéric Danis (2):
  profiles: Add remote endpoint path to SelectProperties
  doc: Add remote endpoint path to SelectProperties

 doc/media-api.txt      | 2 +-
 profiles/audio/bap.c   | 2 +-
 profiles/audio/media.c | 3 +++
 src/shared/bap.c       | 2 ++
 src/shared/bap.h       | 2 ++
 5 files changed, 9 insertions(+), 2 deletions(-)