Bluetooth: audio: Fix -Wunused-function
Fix -Wunused-function Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
This commit is contained in:
parent
e0dfdd6723
commit
524d2e2b27
1 changed files with 0 additions and 4 deletions
|
@ -351,8 +351,6 @@ int bt_vocs_register(struct bt_vocs *vocs,
|
|||
}
|
||||
#endif /* CONFIG_BT_VOCS */
|
||||
|
||||
#if defined(CONFIG_BT_VOCS) || defined(CONFIG_BT_VOCS_CLIENT)
|
||||
|
||||
int bt_vocs_state_get(struct bt_vocs *inst)
|
||||
{
|
||||
CHECKIF(!inst) {
|
||||
|
@ -487,5 +485,3 @@ int bt_vocs_description_set(struct bt_vocs *inst, const char *description)
|
|||
|
||||
return -ENOTSUP;
|
||||
}
|
||||
|
||||
#endif /* CONFIG_BT_VOCS || CONFIG_BT_VOCS_CLIENT */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue