Merge pull request #313 from Microsoft/packageconfigs

support for specifying different pairings
This commit is contained in:
Peli de Halleux 2016-11-30 10:54:14 -08:00 committed by GitHub
commit 520c9217a5

View File

@ -38,7 +38,33 @@
}
},
"gatt_table_size": "0x700"
}
},
"userConfigs": [
{
"description": "No pairing: Anyone can connect via Bluetooth.",
"config": {
"microbit-dal": {
"bluetooth": {
"open": 1,
"pairing_mode": null,
"security_level": null
}
}
}
},
{
"description": "Passkey pairing: Button press and 6 digit key to pair via Bluetooth.",
"config": {
"microbit-dal": {
"bluetooth": {
"open": 0,
"pairing_mode": 1,
"security_level": "SECURITY_MODE_ENCRYPTION_WITH_MITM"
}
}
}
}
]
},
"installedVersion": "vzlhfd"
}