better bluetooth settings

This commit is contained in:
Peli de Halleux 2016-12-05 13:02:11 -08:00
parent 354196e01e
commit 34e23934b0

View File

@ -46,7 +46,8 @@
"microbit-dal": { "microbit-dal": {
"bluetooth": { "bluetooth": {
"open": 1, "open": 1,
"pairing_mode": null, "pairing_mode": 0,
"white_list": 0,
"security_level": null "security_level": null
} }
} }
@ -57,9 +58,10 @@
"config": { "config": {
"microbit-dal": { "microbit-dal": {
"bluetooth": { "bluetooth": {
"open": 0, "open": null,
"pairing_mode": 1, "pairing_mode": null,
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM" "white_list": null,
"security_level": null
} }
} }
} }
@ -71,6 +73,7 @@
"bluetooth": { "bluetooth": {
"open": 0, "open": 0,
"pairing_mode": 1, "pairing_mode": 1,
"white_list": 1,
"security_level": "SECURITY_MODE_ENCRYPTION_WITH_MITM" "security_level": "SECURITY_MODE_ENCRYPTION_WITH_MITM"
} }
} }