zephyr/subsys/bluetooth/audio
Emil Gydesen 676a91636b Bluetooth: Audio: VOCS add error checks on read
The error check was removed earlier as it was assumed that
we would either get an error, or the data would be valid.
However, without an error check, we are not guarded
against bad reads.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2021-04-27 13:31:06 -04:00
..
CMakeLists.txt Bluetooth: Audio: Audio Input Control Service and client 2021-04-12 11:47:00 -04:00
Kconfig Bluetooth: Audio: Audio Input Control Service and client 2021-04-12 11:47:00 -04:00
Kconfig.aics Bluetooth: Audio: Audio Input Control Service and client 2021-04-12 11:47:00 -04:00
Kconfig.vocs Bluetooth: Audio: Volume Offset Control Service and Client 2021-03-22 13:05:56 -04:00
aics.c Bluetooth: Audio: Audio Input Control Service and client 2021-04-12 11:47:00 -04:00
aics_client.c Bluetooth: Audio: Audio Input Control Service and client 2021-04-12 11:47:00 -04:00
aics_internal.h Bluetooth: Audio: Audio Input Control Service and client 2021-04-12 11:47:00 -04:00
vocs.c Bluetooth: Audio: VOCS: Move callback structure to register function 2021-04-26 13:42:50 +02:00
vocs_client.c Bluetooth: Audio: VOCS add error checks on read 2021-04-27 13:31:06 -04:00
vocs_internal.h Bluetooth: Audio: Fix issues with setting VOCS offset state 2021-04-27 13:31:06 -04:00