mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 01:27:41 +00:00
test/security_manager_sc: use older default connection params to match traces
This commit is contained in:
parent
c5b6ce22ac
commit
c8d7f8b2b4
@ -507,6 +507,8 @@ int btstack_main(int argc, const char * argv[]){
|
||||
log_info("FAILURE: %u", sm_failure);
|
||||
if (we_are_central){
|
||||
log_info("ROLE: CENTRAL");
|
||||
// match older params
|
||||
gap_set_connection_parameters(0x60, 0x30, 0x08, 0x18, 4, 0x48, 0x02, 0x30);
|
||||
} else {
|
||||
log_info("ROLE: PERIPHERAL");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user