Bluetooth: BAP: Remove err from recv_state_removed callback
The callback is only ever called when we received a notification from the BASS server that the receive state is removed, which cannot contain an error code. Thus it does not make sense for the callback to have an error code. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
d45dbc26f0
commit
a6a14360a9
6 changed files with 16 additions and 27 deletions
|
@ -78,6 +78,12 @@ Kernel
|
|||
|
||||
Bluetooth
|
||||
*********
|
||||
* Audio
|
||||
|
||||
* Removed ``err`` from :c:struct:`bt_bap_broadcast_assistant_cb.recv_state_removed` as it was
|
||||
redundant.
|
||||
|
||||
* Host
|
||||
|
||||
* Added Nordic UART Service (NUS), enabled by the :kconfig:option:`CONFIG_BT_ZEPHYR_NUS`.
|
||||
This Service exposes the ability to declare multiple instances of the GATT service,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue