This is a GAP example for the new features introduced in Bluetooth Core Spec v5.0.

Committer:
mbed_official
Date:
Wed Jun 20 11:03:19 2018 +0100
Revision:
1:d4bb1e33950e
Parent:
0:8539ba0984da
Child:
9:c2eb98632b22
Merge pull request #158 from adbridge/master

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

Who changed what in which revision?

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