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:
sayhuthut
Date:
Thu Mar 07 09:38:15 2019 +0000
Revision:
81:816977af0b75
Parent:
75:1a8d19363522
This an example show Central and Peripheral working concurrently.

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 69:fddbf0cf8e2c 5 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 2:3f5a4729c22b 6 },
mbed_official 2:3f5a4729c22b 7 "NUCLEO_F401RE": {
mbed_official 2:3f5a4729c22b 8 "target.features_add": ["BLE"],
mbed_official 69:fddbf0cf8e2c 9 "target.extra_labels_add": ["CORDIO", "CORDIO_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 69:fddbf0cf8e2c 13 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 75:1a8d19363522 14 },
mbed_official 75:1a8d19363522 15 "NRF52840_DK": {
mbed_official 75:1a8d19363522 16 "target.features_add": ["BLE"],
mbed_official 75:1a8d19363522 17 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
mbed_official 75:1a8d19363522 18 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S140_FULL", "NORDIC_SOFTDEVICE"]
mbed_official 75:1a8d19363522 19 },
mbed_official 75:1a8d19363522 20 "NRF52_DK": {
mbed_official 75:1a8d19363522 21 "target.features_add": ["BLE"],
mbed_official 75:1a8d19363522 22 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
mbed_official 75:1a8d19363522 23 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S132_FULL", "NORDIC_SOFTDEVICE"]
mbed_official 2:3f5a4729c22b 24 }
mbed_official 2:3f5a4729c22b 25 }
mbed_official 2:3f5a4729c22b 26 }