Demonstration of possible usage of the GattServer

Dependents:   mbed-os-example-ble-GattServer_ECG

mbed_app.json

Committer:
mbed_official
Date:
2019-08-15
Revision:
20:ec2a8ac43adb
Parent:
14:de95c96e3305

File content as of revision 20:ec2a8ac43adb:

{
    "target_overrides": {
        "K64F": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
        },
        "NUCLEO_F401RE": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
        },
        "DISCO_L475VG_IOT01A": {
            "target.features_add": ["BLE"],
            "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
        },
        "NRF52840_DK": {
            "target.features_add": ["BLE"]
        },
        "NRF52_DK": {
            "target.features_add": ["BLE"]
        }
    }
}