mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-05 09:40:00 +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 '+':
|
case '+':
|
||||||
printf("Initiate SSP on current connection\n");
|
printf("Initiate SSP on current connection\n");
|
||||||
gap_request_security_level(handle);
|
gap_request_security_level(handle, LEVEL_2);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user