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

Committer:
paulszczepanek
Date:
Fri Mar 09 16:41:54 2018 +0000
Revision:
0:8539ba0984da
Child:
1:d4bb1e33950e
initial commit based on examples github repo

Who changed what in which revision?

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