Bluetooth: Audio: Remove deprecated requirement from audio API
Removed statement about the QoS having to be symmetrical for two streams using the same CIS, as that requirement was recently removed. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
5cac2aa377
commit
084ddf9552
1 changed files with 0 additions and 4 deletions
|
|
@ -1378,10 +1378,6 @@ struct bt_audio_lc3_preset {
|
|||
*
|
||||
* Audio Streams represents a stream configuration of a Remote Endpoint and
|
||||
* a Local Capability.
|
||||
*
|
||||
* @note Audio streams are unidirectional although its QoS can be configured
|
||||
* to be bidirectional if stream are linked, in which case the QoS must be
|
||||
* symmetric in both directions.
|
||||
*/
|
||||
struct bt_audio_stream {
|
||||
/** Stream direction */
|
||||
|
|
|
|||
Loading…
Reference in a new issue