From 24e8dc928666fedcfab56e061c89a63b4b083600 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 26 Oct 2015 23:20:11 +0100 Subject: [PATCH] change random address every 5 seconds in ble peripheral test --- test/pts/ble_peripheral_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pts/ble_peripheral_test.c b/test/pts/ble_peripheral_test.c index 2c5d3b5bc..1a872695b 100644 --- a/test/pts/ble_peripheral_test.c +++ b/test/pts/ble_peripheral_test.c @@ -973,7 +973,7 @@ int btstack_main(int argc, const char * argv[]){ btstack_stdin_setup(stdin_process); - gap_random_address_set_update_period(300000); + gap_random_address_set_update_period(5000); gap_random_address_set_mode(GAP_RANDOM_ADDRESS_RESOLVABLE); strcpy(gap_device_name, "BTstack"); sm_set_io_capabilities(IO_CAPABILITY_NO_INPUT_NO_OUTPUT);