commit | 0fe8ddd75e151d3d779011df4e3914c97add74c0 | [log] [tgz] |
---|---|---|
author | Fredrik Danebjer <frdn@demant.com> | Mon Mar 04 10:34:29 2024 +0100 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed Mar 27 15:18:01 2024 +0000 |
tree | 0eacc58f8769b80ef9ac4316b07d57e588eeea27 | |
parent | d73b6e50b9e74f6044e92f1f9f45b69f879121d1 [diff] |
Bluetooth: Audio: Scan Delegator: Guard for duplication in add_source Added a check for duplication of add source operation in the Scan Delagator. BAP 6.5.4 states that an assistant may not perform add source operation if it results in a duplication of a source. While this is not mentioned for the Scan Delegator, the spirit of the spec. must be that no duplications can exists in the recv_state, which is what this commit fixes. Signed-off-by: Fredrik Danebjer <frdn@demant.com>