zephyr/subsys/bluetooth/audio
Lingao Meng 524d2e2b27 Bluetooth: audio: Fix -Wunused-function
Fix -Wunused-function

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
2021-08-05 16:07:44 +02:00
..
CMakeLists.txt
Kconfig Bluetooth: Modify kconfig to use related path 2021-07-20 20:02:34 -04:00
Kconfig.aics
Kconfig.mics
Kconfig.vcs
Kconfig.vocs
aics.c Bluetooth: Audio: Fix compile error if AICS is not enabled 2021-07-19 20:08:30 -04:00
aics_client.c Bluetooth: Audio: AICS client add function to get conn pointer 2021-06-24 11:31:04 -04:00
aics_internal.h Bluetooth: Audio: AICS remove need for bt_conn pointer 2021-06-24 11:31:04 -04:00
mics.c Bluetooth: Audio: AICS remove need for bt_conn pointer 2021-06-24 11:31:04 -04:00
mics_client.c Bluetooth: Audio: Fix MICS client without AICS compile error 2021-07-19 20:08:30 -04:00
mics_internal.h Bluetooth: Audio: Guard MICS cli/srv structs 2021-07-19 20:08:30 -04:00
vcs.c Bluetooth: Fix Wrong format when debug 2021-07-29 10:59:20 -04:00
vcs_client.c Bluetooth: Audio: Fix compile error for VCS cli if no AICS/VOCS 2021-07-19 20:08:30 -04:00
vcs_internal.h Bluetooth: Audio: Guard VCS cli/srv structs 2021-07-19 20:08:30 -04:00
vocs.c Bluetooth: audio: Fix -Wunused-function 2021-08-05 16:07:44 +02:00
vocs_client.c
vocs_internal.h