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": {
"bluetooth": {
"open": 1,
"pairing_mode": null,
"pairing_mode": 0,
"white_list": 0,
"security_level": null
}
}
@ -57,9 +58,10 @@
"config": {
"microbit-dal": {
"bluetooth": {
"open": 0,
"pairing_mode": 1,
"security_level": "SECURITY_MODE_ENCRYPTION_NO_MITM"
"open": null,
"pairing_mode": null,
"white_list": null,
"security_level": null
}
}
}
@ -71,6 +73,7 @@
"bluetooth": {
"open": 0,
"pairing_mode": 1,
"white_list": 1,
"security_level": "SECURITY_MODE_ENCRYPTION_WITH_MITM"
}
}