From 0fd25cb506b2bdad1e3827d49debe352fb9911ee Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 8 Oct 2021 11:15:46 +0200 Subject: [PATCH] test/pts: fix build --- test/pts/gatt_profiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pts/gatt_profiles.c b/test/pts/gatt_profiles.c index 1258ad637..5fb4fa0dd 100644 --- a/test/pts/gatt_profiles.c +++ b/test/pts/gatt_profiles.c @@ -255,7 +255,7 @@ int btstack_main(void) bond_management_service_server_set_authorisation_string("000000000000"); microphone_control_service_server_init(GATT_MICROPHONE_CONTROL_MUTE_OFF); - volume_control_service_server_init(); + volume_control_service_server_init(128, VCS_MUTE_OFF, 16); // setup advertisements uint16_t adv_int_min = 0x0030;