From 06e4f7fb5c53f1ae08c2a306c019eb696988c075 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Mon, 5 Dec 2016 15:33:40 -0800 Subject: [PATCH] Updated BLE project settings --- libs/bluetooth/pxt.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/libs/bluetooth/pxt.json b/libs/bluetooth/pxt.json index c262048c..73b13be8 100644 --- a/libs/bluetooth/pxt.json +++ b/libs/bluetooth/pxt.json @@ -47,8 +47,7 @@ "bluetooth": { "open": 1, "pairing_mode": 0, - "whitelist": 0, - "security_level": null + "whitelist": 0 } } } @@ -80,22 +79,13 @@ } }, { - "description": "Beacon: No pairing, open and Eddystone advertising only.", + "description": "Disable Event, Device Info and Device Flashing services.", "config": { "microbit-dal": { "bluetooth": { - "open": 1, - "pairing_mode": 0, - "private_addressing": 0, - "whitelist": 0, - "advertising_timeout": 0, - "tx_power": 6, "dfu_service": 0, "event_service": 0, - "device_info_service": 0, - "eddystone_url": 1, - "eddystone_uid": 0, - "security_level": null + "device_info_service": 0 } } }