Demonstration of possible usage of the GattServer

Dependents:   mbed-os-example-ble-GattServer_ECG

Committer:
mbed_official
Date:
Thu Aug 15 17:01:38 2019 +0100
Revision:
20:ec2a8ac43adb
Parent:
14:de95c96e3305
Merge pull request #252 from donatieng/mbed_os_update

Update Master branch to use Mbed OS 5.13.1
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 0:c671a4833315 1 {
mbed_official 0:c671a4833315 2 "target_overrides": {
mbed_official 0:c671a4833315 3 "K64F": {
mbed_official 0:c671a4833315 4 "target.features_add": ["BLE"],
mbed_official 8:a17a79f0d8af 5 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 0:c671a4833315 6 },
mbed_official 0:c671a4833315 7 "NUCLEO_F401RE": {
mbed_official 0:c671a4833315 8 "target.features_add": ["BLE"],
mbed_official 8:a17a79f0d8af 9 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 0:c671a4833315 10 },
mbed_official 0:c671a4833315 11 "DISCO_L475VG_IOT01A": {
mbed_official 0:c671a4833315 12 "target.features_add": ["BLE"],
mbed_official 8:a17a79f0d8af 13 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 14:de95c96e3305 14 },
mbed_official 14:de95c96e3305 15 "NRF52840_DK": {
mbed_official 20:ec2a8ac43adb 16 "target.features_add": ["BLE"]
mbed_official 14:de95c96e3305 17 },
mbed_official 14:de95c96e3305 18 "NRF52_DK": {
mbed_official 20:ec2a8ac43adb 19 "target.features_add": ["BLE"]
mbed_official 0:c671a4833315 20 }
mbed_official 0:c671a4833315 21 }
mbed_official 14:de95c96e3305 22 }