Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: a9d1f6f6a625607de6c3f5b7a40a3aac5f36c02b https://github.com/bluez/bluez/commit/a9d1f6f6a625607de6c3f5b7a40a3aac5f36c02b Author: Pauli Virtanen <pav@xxxxxx> Date: 2024-01-22 (Mon, 22 Jan 2024) Changed paths: M profiles/audio/bap.c Log Message: ----------- bap: register all endpoints before starting config select Register all BAP endpoints first, so that they all become visible in DBus before we start calling SelectProperties() on them. This allows sound servers to know ahead of time what capabilities the device has, and plan the configuration. For example, a sound server might select different configuration for sink+source configurations as opposed to sink or source only, due to bandwidth etc. concerns.