Updated BLE project settings

This commit is contained in:
Peli de Halleux 2016-12-05 15:33:40 -08:00
parent 1b36485208
commit 06e4f7fb5c

View File

@ -47,8 +47,7 @@
"bluetooth": { "bluetooth": {
"open": 1, "open": 1,
"pairing_mode": 0, "pairing_mode": 0,
"whitelist": 0, "whitelist": 0
"security_level": null
} }
} }
} }
@ -80,22 +79,13 @@
} }
}, },
{ {
"description": "Beacon: No pairing, open and Eddystone advertising only.", "description": "Disable Event, Device Info and Device Flashing services.",
"config": { "config": {
"microbit-dal": { "microbit-dal": {
"bluetooth": { "bluetooth": {
"open": 1,
"pairing_mode": 0,
"private_addressing": 0,
"whitelist": 0,
"advertising_timeout": 0,
"tx_power": 6,
"dfu_service": 0, "dfu_service": 0,
"event_service": 0, "event_service": 0,
"device_info_service": 0, "device_info_service": 0
"eddystone_url": 1,
"eddystone_uid": 0,
"security_level": null
} }
} }
} }