-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Closed
Copy link
Labels
area: Bluetootharea: Bluetooth AudiobugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
The ASCS Receiver start ready opcode, trigger by bt_audio_stream_start, shall only be sent by the receiver, i.e. the client for source endpoints, and the server for sink endpoints. Furthermore, this should not sent automatically by the ASCS implementation as it is currently, but should be done by the upper layers when they are in fact, ready.
To Reproduce
N/A
Expected behavior
The the API will reject requests to start an endpoint that is not sending to the device sending the opcode.
Impact
Minor spec violation possible
Logs and console output
N/A
Environment (please complete the following information):
- Commit SHA or Version used: a5ce3da
Additional context
N/A
Metadata
Metadata
Assignees
Labels
area: Bluetootharea: Bluetooth AudiobugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Type
Projects
Status
Done