This application demonstrates detailed uses of the GattClient APIs.

Committer:
mbed_official
Date:
Wed Feb 13 18:34:10 2019 +0000
Revision:
2:32be19c07874
Parent:
0:ad9793cc5249
Child:
6:6913a83da3d5
Updating mbed-os to mbed-os-5.11.2

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-ble

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Donatien Garnier 0:ad9793cc5249 1 {
Donatien Garnier 0:ad9793cc5249 2 "target_overrides": {
Donatien Garnier 0:ad9793cc5249 3 "K64F": {
Donatien Garnier 0:ad9793cc5249 4 "target.features_add": ["BLE"],
mbed_official 2:32be19c07874 5 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
Donatien Garnier 0:ad9793cc5249 6 },
Donatien Garnier 0:ad9793cc5249 7 "NUCLEO_F401RE": {
Donatien Garnier 0:ad9793cc5249 8 "target.features_add": ["BLE"],
mbed_official 2:32be19c07874 9 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
Donatien Garnier 0:ad9793cc5249 10 },
Donatien Garnier 0:ad9793cc5249 11 "DISCO_L475VG_IOT01A": {
Donatien Garnier 0:ad9793cc5249 12 "target.features_add": ["BLE"],
mbed_official 2:32be19c07874 13 "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"]
mbed_official 2:32be19c07874 14 },
mbed_official 2:32be19c07874 15 "NRF52840_DK": {
mbed_official 2:32be19c07874 16 "target.features_add": ["BLE"],
mbed_official 2:32be19c07874 17 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
mbed_official 2:32be19c07874 18 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S140_FULL", "NORDIC_SOFTDEVICE"]
mbed_official 2:32be19c07874 19 },
mbed_official 2:32be19c07874 20 "NRF52_DK": {
mbed_official 2:32be19c07874 21 "target.features_add": ["BLE"],
mbed_official 2:32be19c07874 22 "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"],
mbed_official 2:32be19c07874 23 "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S132_FULL", "NORDIC_SOFTDEVICE"]
Donatien Garnier 0:ad9793cc5249 24 }
Donatien Garnier 0:ad9793cc5249 25 }
mbed_official 2:32be19c07874 26 }