Skip to content

Commit 2f87d59

Browse files
authored
Merge pull request #13828 from paul-szczepanek-arm/fix-example-list-2
fix ble example names
2 parents f57f265 + 440aea6 commit 2f87d59

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

tools/test/examples/examples.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,15 @@
6060
"github":"https://github.com/ARMmbed/mbed-os-example-ble",
6161
"sub-repo-example": true,
6262
"subs": [
63-
"BLE_BatteryLevel",
63+
"BLE_Advertising",
6464
"BLE_GAP",
65-
"BLE_GattClient",
66-
"BLE_GattServer",
67-
"BLE_HeartRate",
68-
"BLE_LED",
69-
"BLE_LEDBlinker",
65+
"BLE_GattClient_CharacteristicUpdates",
66+
"BLE_GattClient_CharacteristicWrite",
67+
"BLE_GattServer_AddService",
68+
"BLE_GattServer_CharacteristicUpdates",
69+
"BLE_GattServer_CharacteristicWrite",
7070
"BLE_PeriodicAdvertising",
71-
"BLE_Privacy",
72-
"BLE_SM"
71+
"BLE_SecurityAndPrivacy"
7372
],
7473
"features" : [],
7574
"targets" : ["NRF52_DK", "DISCO_L475VG_IOT01A"],

0 commit comments

Comments
 (0)