test/security_manager_sc: use older default connection params to match traces

This commit is contained in:
Matthias Ringwald 2023-05-22 20:05:24 +02:00
parent c5b6ce22ac
commit c8d7f8b2b4

View File

@ -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");