Skip to content

Commit c674832

Browse files
andrei-menzopolmarius-alex-tache
authored andcommittedSep 18, 2024
[nxp][examples][k32w1] Multiple ble connections changes
* lock-app: * Add extra gatt headers to include demo gatt service * Add build changes * Update readme * other apps: * Add BLEApplicationManagerEmpty Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com>
1 parent ca9fd44 commit c674832

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎examples/contact-sensor-app/nxp/k32w1/BUILD.gn

+2
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ mcxw71_k32w1_executable("contact_sensor_app") {
139139
"${common_example_dir}/low_power/include",
140140
"${common_example_dir}/operational_keystore/include",
141141
"${common_example_dir}/ui_feedback/include",
142+
"${common_example_dir}/app_ble/include",
142143
]
143144

144145
sources += [
@@ -148,6 +149,7 @@ mcxw71_k32w1_executable("contact_sensor_app") {
148149
"${common_example_dir}/device_callbacks/source/CommonDeviceCallbacks.cpp",
149150
"${common_example_dir}/device_manager/source/CHIPDeviceManager.cpp",
150151
"${common_example_dir}/operational_keystore/source/OperationalKeystoreS200.cpp",
152+
"${common_example_dir}/app_ble/source/BLEApplicationManagerEmpty.cpp",
151153
"${example_platform_dir}/factory_data/source/AppFactoryDataExample.cpp",
152154
]
153155

‎examples/lighting-app/nxp/k32w1/BUILD.gn

+2
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ mcxw71_k32w1_executable("light_app") {
146146
"${common_example_dir}/operational_keystore/include",
147147
"${common_example_dir}/rpc/include",
148148
"${common_example_dir}/ui_feedback/include",
149+
"${common_example_dir}/app_ble/include",
149150
]
150151

151152
sources += [
@@ -155,6 +156,7 @@ mcxw71_k32w1_executable("light_app") {
155156
"${common_example_dir}/device_callbacks/source/CommonDeviceCallbacks.cpp",
156157
"${common_example_dir}/device_manager/source/CHIPDeviceManager.cpp",
157158
"${common_example_dir}/operational_keystore/source/OperationalKeystoreS200.cpp",
159+
"${common_example_dir}/app_ble/source/BLEApplicationManagerEmpty.cpp",
158160
"${example_platform_dir}/factory_data/source/AppFactoryDataExample.cpp",
159161
]
160162

0 commit comments

Comments
 (0)