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

Committer:
mbed_official
Date:
Fri Jul 28 10:45:30 2017 +0100
Revision:
39:dd468c8a4277
Parent:
32:976ba5aad0c1
Child:
69:fddbf0cf8e2c
Merge pull request #99 from bcostm/add_disco_l475vg

DISCO_L475VG_IOT01A: Add this platform in the supported list of boards
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 2:3f5a4729c22b 1 {
mbed_official 2:3f5a4729c22b 2 "target_overrides": {
mbed_official 2:3f5a4729c22b 3 "K64F": {
mbed_official 2:3f5a4729c22b 4 "target.features_add": ["BLE"],
mbed_official 32:976ba5aad0c1 5 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 2:3f5a4729c22b 6 },
mbed_official 2:3f5a4729c22b 7 "NUCLEO_F401RE": {
mbed_official 2:3f5a4729c22b 8 "target.features_add": ["BLE"],
mbed_official 2:3f5a4729c22b 9 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 39:dd468c8a4277 10 },
mbed_official 39:dd468c8a4277 11 "DISCO_L475VG_IOT01A": {
mbed_official 39:dd468c8a4277 12 "target.features_add": ["BLE"],
mbed_official 39:dd468c8a4277 13 "target.extra_labels_add": ["ST_BLUENRG"]
mbed_official 2:3f5a4729c22b 14 }
mbed_official 2:3f5a4729c22b 15 }
mbed_official 2:3f5a4729c22b 16 }