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;