This example demonstrates using the GattClient API to control BLE client devices. The canonical source for this example lives at https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_LEDBlinker

Revision:
39:dd468c8a4277
Parent:
32:976ba5aad0c1
Child:
69:fddbf0cf8e2c
--- a/mbed_app.json	Wed Jul 19 18:15:30 2017 +0100
+++ b/mbed_app.json	Fri Jul 28 10:45:30 2017 +0100
@@ -7,6 +7,10 @@
         "NUCLEO_F401RE": {
             "target.features_add": ["BLE"],
             "target.extra_labels_add": ["ST_BLUENRG"]
+        },
+        "DISCO_L475VG_IOT01A": {
+            "target.features_add": ["BLE"],
+            "target.extra_labels_add": ["ST_BLUENRG"]
         }
     }
 }