Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 5910b78528010b654a82367bb2e95f70dd7877ce https://github.com/bluez/bluez/commit/5910b78528010b654a82367bb2e95f70dd7877ce Author: Pauli Virtanen <pav@xxxxxx> Date: 2023-04-25 (Tue, 25 Apr 2023) Changed paths: M src/shared/bap.c M src/shared/bap.h Log Message: ----------- shared/bap: add function to get location from PAC Add function to get the PACS Sink/Source Audio Locations field relevant for a given PAC. Commit: 2f88c59391b8717055557f6634f92d76d9fd0001 https://github.com/bluez/bluez/commit/2f88c59391b8717055557f6634f92d76d9fd0001 Author: Pauli Virtanen <pav@xxxxxx> Date: 2023-04-25 (Tue, 25 Apr 2023) Changed paths: M profiles/audio/media.c Log Message: ----------- bap: add Location parameter to SelectProperties Add relevant PACS Location field as a parameter to SelectProperties. SelectProperties may set Audio_Channel_Allocation, which shall be chosen from the bits set in Sink/Source Audio Locations (BAP v1.0.1 Sec. 4.4.1, Sec 4.4.2). Hence, audio server needs to know the supported values, which it previously could not. Compare: https://github.com/bluez/bluez/compare/9a0acc7984ef...2f88c59391b8