From c521486b9283133db30a584808107d8a637548b7 Mon Sep 17 00:00:00 2001 From: Marco Marche Date: Sat, 21 Jan 2023 21:46:49 +0100 Subject: [PATCH] nicla: enable ble feat security required for notifications/indications --- variants/NICLA/conf/mbed_app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/NICLA/conf/mbed_app.json b/variants/NICLA/conf/mbed_app.json index 319560887..70a43c7e6 100644 --- a/variants/NICLA/conf/mbed_app.json +++ b/variants/NICLA/conf/mbed_app.json @@ -26,7 +26,7 @@ "ble.ble-gap-host-max-advertising-start-commands": 1, "ble.ble-gap-host-privacy-resolved-cache-size": 1, "ble.ble-feature-gatt-client": false, - "ble.ble-feature-security": false, + "ble.ble-feature-security": true, "ble.ble-feature-secure-connections": false, "ble.ble-feature-signing": false, "ble.ble-feature-whitelist": false,