mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 12:35:25 +00:00
add + to initiate ssp on existing connection
This commit is contained in:
parent
b115e2b53b
commit
d8078c59a1
@ -593,7 +593,7 @@ int stdin_process(struct data_source *ds){
|
||||
|
||||
case '+':
|
||||
printf("Initiate SSP on current connection\n");
|
||||
gap_request_security_level(handle);
|
||||
gap_request_security_level(handle, LEVEL_2);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user