mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
test/pts: fix build
This commit is contained in:
parent
e6ce01a5b6
commit
0fd25cb506
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user