This application demonstrates detailed uses of the GattClient APIs.
mbed_app.json
- Committer:
- mbed_official
- Date:
- 2019-08-15
- Revision:
- 6:6913a83da3d5
- Parent:
- 2:32be19c07874
File content as of revision 6:6913a83da3d5:
{
"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"]
}
}
}
mbed-os-examples