@@ -92,14 +92,6 @@ mcxw71_k32w1_sdk("sdk") {
92
92
" ${ example_platform_dir } /board/peripherals.h" ,
93
93
]
94
94
}
95
-
96
- if (nxp_multiple_ble_connections ) {
97
- include_dirs += [ " ${ example_platform_dir } /app_ble/include" ]
98
- defines += [
99
- " EXTRA_GATT_DB_HEADER=\" extra_gatt_db.h\" " ,
100
- " EXTRA_GATT_UUID_HEADER=\" extra_gatt_uuid128.h\" " ,
101
- ]
102
- }
103
95
}
104
96
105
97
mcxw71_k32w1_executable (" lock_app" ) {
@@ -148,7 +140,6 @@ mcxw71_k32w1_executable("lock_app") {
148
140
" ${ common_example_dir } /low_power/include" ,
149
141
" ${ common_example_dir } /operational_keystore/include" ,
150
142
" ${ common_example_dir } /ui_feedback/include" ,
151
- " ${ common_example_dir } /app_ble/include" ,
152
143
]
153
144
154
145
sources += [
@@ -198,15 +189,6 @@ mcxw71_k32w1_executable("lock_app") {
198
189
deps += [ " ${ chip_root } /src/platform/nxp:nxp_ota" ]
199
190
}
200
191
201
- if (nxp_multiple_ble_connections ) {
202
- sources +=
203
- [ " ${ example_platform_dir } /app_ble/source/BLEApplicationManager.cpp" ]
204
- } else {
205
- sources += [
206
- " ${ common_example_dir } /app_ble/source/BLEApplicationManagerEmpty.cpp" ,
207
- ]
208
- }
209
-
210
192
if (chip_with_diag_logs_demo ) {
211
193
sources += [
212
194
" ${ common_example_dir } /diagnostic_logs/source/DiagnosticLogsDemo.cpp" ,
0 commit comments