This series adds a new "select" method that can be called by the user on the broadcast sink side, to select the stream for which synchronization is desired. This is achieved by changing the states flow so that transport are not set to pending automatically anymore. Instead, the transport must first be selected by the user, which will update it's state from idle to pending. Any pending transport will be acquired by PipeWire. Furthermore, this method will be used for setting the broadcast code of a stream on the sink side. If the encryption flag is set, the transport.select call in bluetoothctl will prompt the user to enter the code Vlad Pruteanu (3): transport: Add "select" method client/player: Expose transport "select" method to the user transport: Broadcast sink: wait for user to select transport client/player.c | 52 ++++++++++++++++++++++++++++++++++++++ profiles/audio/transport.c | 29 ++++++++++++++++++--- 2 files changed, 77 insertions(+), 4 deletions(-) -- 2.40.1