LE Audio: add conn parameter for bt_vcp_vol_rend_cb

Add conn parameter to status/flags callbacks of bt_vcp_vol_rend_cb
to differentiate between remote and local changes.

Signed-off-by: Chang An <chang.an_1@nxp.com>
This commit is contained in:
Chang An 2024-08-13 16:29:05 +08:00 committed by Henrik Brix Andersen
commit e8db417a00
9 changed files with 28 additions and 20 deletions

View file

@ -150,6 +150,12 @@ Bluetooth Mesh
Bluetooth Audio
===============
* The Volume Renderer callback functions :code:`bt_vcp_vol_rend_cb.state` and
:code:`bt_vcp_vol_rend_cb.flags` for VCP now contain an additional parameter for
the connection.
This needs to be added to all instances of VCP Volume Renderer callback functions defined.
(:github:`76992`)
Bluetooth Classic
=================