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:
parent
44c070fdcd
commit
e8db417a00
9 changed files with 28 additions and 20 deletions
|
@ -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
|
||||
=================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue