-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathtemplates.xml
461 lines (461 loc) · 79.7 KB
/
templates.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
<?xml version="1.0" encoding="ASCII"?>
<model:MDescriptors xmlns:model="http://www.silabs.com/ss/Studio.ecore">
<descriptors name="soc_adv_or_scan_response_constructor" label="Bluetooth - SoC Advertisement or Scan response constructor" description="This example focuses on adding a middle layer between user application and the Bluetooth stack API to set the advertisement payload, which makes the payload more straightforward, visible, and easier to understand.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="advertising/adv_or_scan_response_constructor/SimplicityStudio/soc_adv_or_scan_response_constructor.slcp"/>
<properties key="readmeFiles" value="advertising/adv_or_scan_response_constructor/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4100a brd4101a brd4101b brd4103a brd4104a brd4108a brd4111a brd4150a brd4150b brd4150c brd4151a brd4152a brd4153a brd4154a brd4155a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4169a brd4169b brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4300a brd4300b brd4301a brd4302a brd4303a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm1.* .*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg1b.* .*efr32bg1p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg14p.* .*efr32mg1p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm1.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_le_coded_phy_advertiser" label="Bluetooth - SoC LE Coded PHY Advertiser" description="This example shows how to advertising on the LE coded PHY.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="advertising/advertising_and_scanning_with_le_coded_phy/SimplicityStudio/soc_le_coded_phy_advertiser.slcp"/>
<properties key="readmeFiles" value="advertising/advertising_and_scanning_with_le_coded_phy/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4104a brd4108a brd4111a brd4158a brd4159a brd4165b brd4167a brd4168a brd4171a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4191a brd4194a brd4195a brd4196a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_le_coded_phy_scanner" label="Bluetooth - SoC LE Coded PHY Scanner" description="This example shows how to scanning on the LE coded PHY.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="advertising/advertising_and_scanning_with_le_coded_phy/SimplicityStudio/soc_le_coded_phy_scanner.slcp"/>
<properties key="readmeFiles" value="advertising/advertising_and_scanning_with_le_coded_phy/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4104a brd4108a brd4111a brd4158a brd4159a brd4165b brd4167a brd4168a brd4171a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4191a brd4194a brd4195a brd4196a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_advertising_manufacturer_specific_data" label="Bluetooth - SoC Advertising Manufacturer Specific Data" description="This example focuses on a Manufacturer-Specific Data (type 0xFF) as a specific advertising type.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="advertising/advertising_manufacturer_specific_data/SimplicityStudio/soc_advertising_manufacturer_specific_data.slcp"/>
<properties key="readmeFiles" value="advertising/advertising_manufacturer_specific_data/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4100a brd4101a brd4101b brd4103a brd4104a brd4108a brd4111a brd4150a brd4150b brd4150c brd4151a brd4152a brd4153a brd4154a brd4155a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4169a brd4169b brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4300a brd4300b brd4301a brd4302a brd4303a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm1.* .*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg1b.* .*efr32bg1p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg14p.* .*efr32mg1p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm1.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_chained_advertisement_advertiser" label="Bluetooth - SoC Chained Advertisement Advertiser" description="This example shows how to advertiser work in chained advertisement. Chained advertising allows advertising packets to be linked or chained together to allow for larger advertisements, up to 1650 bytes, to be sent. A new packet type, AUX_CHAIN_IND, is used to transmit the individual portions of these advertisements. Chained advertising works together with Extended advertising and Periodic advertising. The following example allows a synchronizer, i.e., the receiver of a periodic advertisement, to synchronize to a chained periodic advertisement and begin receiving these advertisements.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="advertising/chained_advertisement/SimplicityStudio/soc_chained_advertisement_advertiser.slcp"/>
<properties key="readmeFiles" value="advertising/chained_advertisement/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_chained_advertisement_scanner" label="Bluetooth - SoC Chained Advertisement Scanner" description="This example shows how to scanner work in chained advertisement. Chained advertising allows advertising packets to be linked or chained together to allow for larger advertisements, up to 1650 bytes, to be sent. A new packet type, AUX_CHAIN_IND, is used to transmit the individual portions of these advertisements. Chained advertising works together with Extended advertising and Periodic advertising. The following example allows a synchronizer, i.e., the receiver of a periodic advertisement, to synchronize to a chained periodic advertisement and begin receiving these advertisements.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="advertising/chained_advertisement/SimplicityStudio/soc_chained_advertisement_scanner.slcp"/>
<properties key="readmeFiles" value="advertising/chained_advertisement/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_creating_an_eddystone_url_beacon" label="Bluetooth - SoC Creating An Eddystone URL Beacon" description="This example demonstrates how to create an Eddystone beacon with Silicon Labs' Bluetooth SDK.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="advertising/creating_an_eddystone_url_beacon/SimplicityStudio/soc_creating_an_eddystone_url_beacon.slcp"/>
<properties key="readmeFiles" value="advertising/creating_an_eddystone_url_beacon/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4100a brd4101a brd4101b brd4103a brd4104a brd4108a brd4111a brd4150a brd4150b brd4150c brd4151a brd4152a brd4153a brd4154a brd4155a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4169a brd4169b brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4300a brd4300b brd4301a brd4302a brd4303a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm1.* .*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg1b.* .*efr32bg1p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg14p.* .*efr32mg1p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm1.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_directed_advertising_advertiser" label="Bluetooth - SoC Directed Advertising Advertiser" description="This code example demonstrates an advertiser, sending directed advertisements.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="advertising/directed_advertising/SimplicityStudio/soc_directed_advertising_advertiser.slcp"/>
<properties key="readmeFiles" value="advertising/directed_advertising/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_directed_advertising_scanner" label="Bluetooth - SoC Directed Advertising Scanner" description="This code example demonstrates a scanner which is able to receive directed advertisements.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="advertising/directed_advertising/SimplicityStudio/soc_directed_advertising_scanner.slcp"/>
<properties key="readmeFiles" value="advertising/directed_advertising/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_extended_advertising_advertiser" label="Bluetooth - SoC Extended Advertising Advertiser" description="This code example demonstrates an advertiser, sending extended advertisements.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="advertising/extended_advertising/SimplicityStudio/soc_extended_advertising_advertiser.slcp"/>
<properties key="readmeFiles" value="advertising/extended_advertising/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_extended_advertising_scanner" label="Bluetooth - SoC Extended Advertising Scanner" description="This code example demonstrates a scanner which is able to receive extended advertisements.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="advertising/extended_advertising/SimplicityStudio/soc_extended_advertising_scanner.slcp"/>
<properties key="readmeFiles" value="advertising/extended_advertising/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_multiple_adv_sets_bt5" label="Bluetooth - SoC Multiple Adv Sets BT5" description="This example demonstrates how to use multiple advertising sets.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="advertising/multiple-adv-sets-bt5/SimplicityStudio/soc_multiple_adv_sets_bt5.slcp"/>
<properties key="readmeFiles" value="advertising/multiple-adv-sets-bt5/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_periodic_advertisement_advertiser" label="Bluetooth - SoC Periodic Advertisement Advertiser" description="This example demonstrates the periodic advertising feature of Bluetooth 5 in the advertiser side.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="advertising/periodic_advertisement/SimplicityStudio/soc_periodic_advertisement_advertiser.slcp"/>
<properties key="readmeFiles" value="advertising/periodic_advertisement/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_periodic_advertisement_scanner" label="Bluetooth - SoC Periodic Advertisement Scanner" description="This example demonstrates the periodic advertising feature of Bluetooth 5 in the scanner side.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="advertising/periodic_advertisement/SimplicityStudio/soc_periodic_advertisement_scanner.slcp"/>
<properties key="readmeFiles" value="advertising/periodic_advertisement/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_connection_oriented_channels_central" label="Bluetooth - SoC Connection-oriented Channels Central" description="This code example demonstrates a central device capable of opening an L2CAP connection-oriented channel.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="connections/connection_oriented_channels/SimplicityStudio/soc_connection_oriented_channels_central.slcp"/>
<properties key="readmeFiles" value="connections/connection_oriented_channels/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_connection_oriented_channels_peripheral" label="Bluetooth - SoC Connection-oriented Channels Peripheral" description="This code example demonstrates a peripheral device capable of opening an L2CAP connection-oriented channel.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="connections/connection_oriented_channels/SimplicityStudio/soc_connection_oriented_channels_peripheral.slcp"/>
<properties key="readmeFiles" value="connections/connection_oriented_channels/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_gatt_caching_client" label="Bluetooth - SoC GATT Caching Client" description="This code example demonstrates a client with GATT caching.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="gatt_protocol/bluetooth_polymorphic_gatt_and_gatt_caching/SimplicityStudio/soc_gatt_caching_client.slcp"/>
<properties key="readmeFiles" value="gatt_protocol/bluetooth_polymorphic_gatt_and_gatt_caching/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_polymorphic_gatt_server" label="Bluetooth - SoC Polymorphic GATT Server" description="This code example demonstrates a server with polymorphic GATT.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="gatt_protocol/bluetooth_polymorphic_gatt_and_gatt_caching/SimplicityStudio/soc_polymorphic_gatt_server.slcp"/>
<properties key="readmeFiles" value="gatt_protocol/bluetooth_polymorphic_gatt_and_gatt_caching/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_service_change_indications_client" label="Bluetooth - SoC Service Change Indications Client" description="This code example demonstrates a client that can subscribe to Service Change Indications.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="gatt_protocol/bluetooth_polymorphic_gatt_and_service_change_indications/SimplicityStudio/soc_service_change_indications_client.slcp"/>
<properties key="readmeFiles" value="gatt_protocol/bluetooth_polymorphic_gatt_and_service_change_indications/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_gatt_read_request_with_offset_central" label="Bluetooth - SoC GATT Read Request with Offset Central" description="The goal of this example is to demonstrate the collection of larger amount of information from multiple GATT Servers (up to 6), by one central device. For this, the example utilizes User defined GATT Characteristics and User Reading with Offset features.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="gatt_protocol/gatt_read_request_with_offset/SimplicityStudio/soc_gatt_read_request_with_offset_central.slcp"/>
<properties key="readmeFiles" value="gatt_protocol/gatt_read_request_with_offset/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_gatt_read_request_with_offset_peripheral" label="Bluetooth - SoC GATT Read Request with Offset Peripheral" description="The goal of this example is to demonstrate the collection of larger amount of information from multiple GATT Servers (up to 6), by one central device. For this, the example utilizes User defined GATT Characteristics and User Reading with Offset features.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="gatt_protocol/gatt_read_request_with_offset/SimplicityStudio/soc_gatt_read_request_with_offset_peripheral.slcp"/>
<properties key="readmeFiles" value="gatt_protocol/gatt_read_request_with_offset/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_using_characteristics_value_types" label="Bluetooth - SoC Using Characteristics Value Types" description="This is the example code for the Different Value Types of Characteristics, which demonstrates below features: 1) Write and read a characteristic with valuetype 'Hex'. 2) Write and read a characteristic with value type 'User'. 3) If notification to the characteristic are enabled, it sends a notification for every 3 seconds andincrements the first byte. 4) By searching the keyword 'TAG', you will easily find the place for handling the operations above.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="gatt_protocol/using_characteristics_value_types/SimplicityStudio/soc_using_characteristics_value_types.slcp"/>
<properties key="readmeFiles" value="gatt_protocol/using_characteristics_value_types/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4100a brd4101a brd4101b brd4103a brd4104a brd4108a brd4111a brd4150a brd4150b brd4150c brd4151a brd4152a brd4153a brd4154a brd4155a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4169a brd4169b brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4300a brd4300b brd4301a brd4302a brd4303a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm1.* .*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg1b.* .*efr32bg1p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg14p.* .*efr32mg1p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm1.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_working_with_long_characteristic_values" label="Bluetooth - SoC Working With Long Characteristic Values" description="According to the Bluetooth specification, the maximum size of any attribute is 512 bytes. However, the Maximum Transmission Unit (MTU), i.e., the largest amount of data that can be exchanged in a single GATT operation is usually less than this value. As a result, some characteristics may not be read/written with a single GATT operation. If the data to be read or written is larger than the MTU, a long read/write operation must be used. This example demonstrates how to implement this. The attached application handles reading and writing a characteristic of 512 bytes.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="gatt_protocol/working_with_long_characteristic_values/SimplicityStudio/soc_working_with_long_characteristic_values.slcp"/>
<properties key="readmeFiles" value="gatt_protocol/working_with_long_characteristic_values/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4100a brd4101a brd4101b brd4103a brd4104a brd4108a brd4111a brd4150a brd4150b brd4150c brd4151a brd4152a brd4153a brd4154a brd4155a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4169a brd4169b brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4300a brd4300b brd4301a brd4302a brd4303a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none" />
<properties key="partCompatibility" value=".*bgm1.* .*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg1b.* .*efr32bg1p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg14p.* .*efr32mg1p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm1.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="ncp_adding_watchdog_in_ncp_mode_series_1" label="Bluetooth - NCP Adding Watchdog In NCP Mode Series 1" description="This example describes how to implement the Watchdog on a Bluetooth NCP firmware. The Watchdog is an EFR32 peripheral which allows to detect and reset/reboot an EFR32/BGM device when it hangs and becomes unresponsive (e.g., software stalemate).
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="ncp/adding_watchdog_in_ncp_mode/SimplicityStudio/ncp_adding_watchdog_in_ncp_mode_series_1.slcp"/>
<properties key="readmeFiles" value="ncp/adding_watchdog_in_ncp_mode/README.md"/>
<properties key="boardCompatibility" value="brd4100a brd4101a brd4101b brd4103a brd4104a brd4150a brd4150b brd4150c brd4151a brd4152a brd4153a brd4154a brd4155a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4169a brd4169b brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4190a brd4300a brd4300b brd4301a brd4302a brd4303a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm1.* .*bgm13.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg1b.* .*efr32bg1p.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg14p.* .*efr32mg1p.* .*mgm1.* .*mgm12.* .*mgm13.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="ncp_adding_watchdog_in_ncp_mode_series_2" label="Bluetooth - NCP Adding Watchdog In NCP Mode Series 2" description="This example describes how to implement the Watchdog on a Bluetooth NCP firmware. The Watchdog is an EFR32 peripheral which allows to detect and reset/reboot an EFR32/BGM device when it hangs and becomes unresponsive (e.g., software stalemate).
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="ncp/adding_watchdog_in_ncp_mode/SimplicityStudio/ncp_adding_watchdog_in_ncp_mode_series_2.slcp"/>
<properties key="readmeFiles" value="ncp/adding_watchdog_in_ncp_mode/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4108a brd4111a brd4171a brd4176a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4191a brd4194a brd4195a brd4196a brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_authenticating_devices_with_no_user_interface" label="Bluetooth - SoC Authenticating Devices With No User Interface" description="A common problem with Bluetooth devices is that they often have no user interface, other than the Bluetooth connection, but still need to support authentication. This example demonstrates one method to accomplish this.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="security/authenticating_devices_with_no_user_interface/SimplicityStudio/soc_authenticating_devices_with_no_user_interface.slcp"/>
<properties key="readmeFiles" value="security/authenticating_devices_with_no_user_interface/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4100a brd4101a brd4101b brd4103a brd4104a brd4108a brd4111a brd4150a brd4150b brd4150c brd4151a brd4152a brd4153a brd4154a brd4155a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4169a brd4169b brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4300a brd4300b brd4301a brd4302a brd4303a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm1.* .*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg1b.* .*efr32bg1p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg14p.* .*efr32mg1p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm1.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_handling_missing_bonding_keys" label="Bluetooth - SoC Handling Missing Bonding Keys" description="This example demonstrates two scenarios that can occur after a bond has been established between a smartphone and a Bluetooth-Capable EFR32. Case 1: Bonding keys are deletedfrom the smartphone. Potential causes include manually deleting the keys, software/factory reset, app malfunction. Case 2: Bonding keys are deleted from the EFR32. Potential causes include a full chip erase, running out of space for storing bonding keys (in which case the older keys can be deleted).
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="security/handling-missing-bonding-keys/SimplicityStudio/soc_handling_missing_bonding_keys.slcp"/>
<properties key="readmeFiles" value="security/handling-missing-bonding-keys/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4100a brd4101a brd4101b brd4103a brd4104a brd4108a brd4111a brd4150a brd4150b brd4150c brd4151a brd4152a brd4153a brd4154a brd4155a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4169a brd4169b brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4300a brd4300b brd4301a brd4302a brd4303a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm1.* .*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg1b.* .*efr32bg1p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg14p.* .*efr32mg1p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm1.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_oob_example_central" label="Bluetooth - SoC OOB Example Central" description="OOB (Out-Of-Band) pairing means, that the two devices to be paired exchange some secret on a medium other than Bluetooth, that is out-of-band. The secret information can be exchanged e.g. on NFC. In this example for the sake of simplicity the secret is exchanged manually by the user using terminal programs. This example is for central side.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="security/oob-example/SimplicityStudio/soc_oob_example_central.slcp"/>
<properties key="readmeFiles" value="security/oob-example/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4100a brd4101a brd4101b brd4103a brd4104a brd4108a brd4111a brd4150a brd4150b brd4150c brd4151a brd4152a brd4153a brd4154a brd4155a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4169a brd4169b brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4300a brd4300b brd4301a brd4302a brd4303a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm1.* .*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg1b.* .*efr32bg1p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg14p.* .*efr32mg1p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm1.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_oob_example_peripheral" label="Bluetooth - SoC OOB Example Peripheral" description="OOB (Out-Of-Band) pairing means, that the two devices to be paired exchange some secret on a medium other than Bluetooth, that is out-of-band. The secret information can be exchanged e.g. on NFC. In this example for the sake of simplicity the secret is exchanged manually by the user using terminal programs. This example is for peripheral side.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="security/oob-example/SimplicityStudio/soc_oob_example_peripheral.slcp"/>
<properties key="readmeFiles" value="security/oob-example/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4100a brd4101a brd4101b brd4103a brd4104a brd4108a brd4111a brd4150a brd4150b brd4150c brd4151a brd4152a brd4153a brd4154a brd4155a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4169a brd4169b brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4300a brd4300b brd4301a brd4302a brd4303a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm1.* .*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg1b.* .*efr32bg1p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg14p.* .*efr32mg1p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm1.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_pairing_processes_example" label="Bluetooth - SoC Pairing Processes Example" description="This code example is created to demonstrate different Bluetooth pairing processes and help implement firmware, which is able to securely connect to other Bluetooth devices. Read https://docs.silabs.com/bluetooth/latest/general/security/pairing-processes to get a better understanding of the processes.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="security/pairing_processes_example/SimplicityStudio/soc_pairing_processes_example.slcp"/>
<properties key="readmeFiles" value="security/pairing_processes_example/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4100a brd4101a brd4101b brd4103a brd4104a brd4108a brd4111a brd4150a brd4150b brd4150c brd4151a brd4152a brd4153a brd4154a brd4155a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4169a brd4169b brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4300a brd4300b brd4301a brd4302a brd4303a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none" />
<properties key="partCompatibility" value=".*bgm1.* .*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg1b.* .*efr32bg1p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg14p.* .*efr32mg1p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm1.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_testing_tx_power_levels" label="Bluetooth - SoC Testing TX Power Levels" description="The command sl_bt_system_set_tx_power can be used to set the global minimum and maximum radiated TX power levels for Bluetooth, but the value which is actually set by the Bluetooth stack may not be the same as the input to the command. The actual set value can be read from the command response.This example iterates through a power level range between a minimum and a maximum value given to sl_bt_system_set_tx_power command and prints out both the input parameter and the response.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="system_and_performance/testing_tx_power_levels/SimplicityStudio/soc_testing_tx_power_levels.slcp"/>
<properties key="readmeFiles" value="system_and_performance/testing_tx_power_levels/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4100a brd4101a brd4101b brd4103a brd4104a brd4108a brd4111a brd4150a brd4150b brd4150c brd4151a brd4152a brd4153a brd4154a brd4155a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4169a brd4169b brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4300a brd4300b brd4301a brd4302a brd4303a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm1.* .*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg1b.* .*efr32bg1p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg14p.* .*efr32mg1p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm1.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_bluetooth_tx_and_rx_activity_indicator_pins" label="Bluetooth - SoC TX and RX Activity Indicator Pins" description="This code example shows how to configure the TX and RX activity indicators.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="system_and_performance/bluetooth_tx_and_rx_activity_indicator_pins/SimplicityStudio/soc_bluetooth_tx_and_rx_activity_indicator_pins.slcp"/>
<properties key="readmeFiles" value="system_and_performance/bluetooth_tx_and_rx_activity_indicator_pins/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_setting_custom_bt_address" label="Bluetooth - SoC Setting Custom BT Address" description="This code example demonstrates how to set a custom BT address.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="system_and_performance/setting_custom_bt_address/SimplicityStudio/soc_setting_custom_bt_address.slcp"/>
<properties key="readmeFiles" value="system_and_performance/setting_custom_bt_address/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_waking_from_deep_sleep_using_rfsense" label="Bluetooth - Waking from deep sleep using RfSense" description="This code example demonstrates how to wake the MCU up with RfSense.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="system_and_performance/waking_from_deep_sleep_using_rfsense/SimplicityStudio/soc_waking_from_deep_sleep_using_rfsense.slcp"/>
<properties key="readmeFiles" value="system_and_performance/waking_from_deep_sleep_using_rfsense/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_waking_from_deep_sleep_using_rfsense_syncword" label="Bluetooth - Waking from deep sleep using RfSense - Syncword" description="This code example demonstrates how to wake the MCU up with RfSense - Syncword.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="system_and_performance/waking_from_deep_sleep_using_rfsense/SimplicityStudio/soc_waking_from_deep_sleep_using_rfsense_syncword.slcp"/>
<properties key="readmeFiles" value="system_and_performance/waking_from_deep_sleep_using_rfsense/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd2703a brd4100a brd4103a brd4104a brd4150a brd4150b brd4150c brd4151a brd4152a brd4153a brd4155a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4166c brd4167a brd4168a brd4169a brd4169b brd4170a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4182a brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4190a brd4204a brd4204b brd4204c brd4204d brd4210a brd4250a brd4250b brd4251a brd4251b brd4251d brd4252a brd4253a brd4254a brd4255a brd4256a brd4257a brd4257b brd4258a brd4258b brd4259a brd4261a brd4262a brd4262b brd4263a brd4263b brd4263c brd4264a brd4264b brd4264c brd4265a brd4265b brd4270a brd4270b brd4271a brd4272a brd4273a brd4274a brd4328a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*efr32fg1v.* .*(?!efr32bg14)efr32[fmb]g1[0-9]?p.* .*(?!efr32bg22c112)efr32[fmb]g2[2-5].* .*efr32[fmz]g23.* .*fgm230s.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide segger-embedded-studio simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="RAIL Examples"/>
<properties key="quality" value="development"/>
<properties key="stockConfigCompatibility" value="com.silabs.ss.framework.project.toolchain.core.default"/>
<properties key="filters" value="Device\ Type|SoC Project\ Difficulty|Beginner Wireless\ Technology|RAIL"/>
</descriptors>
<descriptors name="ncp_application_level_ota" label="Bluetooth - NCP Application level OTA" description="This example show how to upload new firmware Over-The-Air using application-level OTA in NCP mode. 
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="firmware_upgrade/ota_dfu_options_for_ncp_based_designs/SimplicityStudio/ncp_application_level_ota.slcp"/>
<properties key="readmeFiles" value="firmware_upgrade/ota_dfu_options_for_ncp_based_designs/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4100a brd4101a brd4101b brd4103a brd4104a brd4108a brd4111a brd4150a brd4150b brd4150c brd4151a brd4152a brd4153a brd4154a brd4155a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4169a brd4169b brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4300a brd4300b brd4301a brd4302a brd4303a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm1.* .*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg1b.* .*efr32bg1p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg14p.* .*efr32mg1p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm1.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_pawr_scanner" label="Bluetooth - SoC Periodic Advertisement with Responses Scanner" description="This example demonstrates the periodic advertising with responses feature of Bluetooth 5 on the scanner side.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="advertising/periodic_advertisement_with_responses/SimplicityStudio/soc_pawr_scanner.slcp"/>
<properties key="readmeFiles" value="advertising/periodic_advertisement_with_responses/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
<descriptors name="soc_pawr_advertiser" label="Bluetooth - SoC Periodic Advertisement with Responses Advertiser" description="This example demonstrates the periodic advertising with responses feature of Bluetooth 5 on the advertiser side.
">
<properties key="namespace" value="template.uc"/>
<properties key="keywords" value="universal\ configurator"/>
<properties key="projectFilePaths" value="advertising/periodic_advertisement_with_responses/SimplicityStudio/soc_pawr_advertiser.slcp"/>
<properties key="readmeFiles" value="advertising/periodic_advertisement_with_responses/README.md"/>
<properties key="boardCompatibility" value="brd2601a brd2601b brd4103a brd4104a brd4108a brd4111a brd4158a brd4159a brd4161a brd4162a brd4163a brd4164a brd4165b brd4166a brd4167a brd4168a brd4170a brd4171a brd4172a brd4172b brd4173a brd4174a brd4174b brd4175a brd4176a brd4177a brd4179b brd4180a brd4180b brd4181a brd4181b brd4181c brd4182a brd4183a brd4183b brd4183c brd4184a brd4184b brd4185a brd4186a brd4186b brd4186c brd4187a brd4187b brd4187c brd4188a brd4188b brd4190a brd4191a brd4194a brd4195a brd4196a brd4304a brd4305a brd4305c brd4305d brd4305e brd4306a brd4306b brd4306c brd4306d brd4308a brd4308b brd4308c brd4308d brd4309a brd4309b brd4310a brd4311a brd4311b brd4312a brd4314a brd4316a brd4317a brd4319a brd4330a brd4331a com.silabs.board.none"/>
<properties key="partCompatibility" value=".*bgm13.* .*bgm21.* .*bgm22.* .*bgm27.* .*efr32bg12p.* .*efr32bg13p.* .*efr32bg21.* .*efr32bg22.* .*efr32bg24.* .*efr32bg27.* .*efr32mg12p.* .*efr32mg13p.* .*efr32mg21.* .*efr32mg22.* .*efr32mg24.* .*efr32mg27.* .*mgm12.* .*mgm13.* .*mgm21.* .*mgm22.* .*mgm24.* .*mgm27.*"/>
<properties key="ideCompatibility" value="iar-embedded-workbench makefile-ide simplicity-ide"/>
<properties key="toolchainCompatibility" value="gcc iar segger"/>
<properties key="category" value="Bluetooth Examples"/>
<properties key="quality" value="development"/>
</descriptors>
</model:MDescriptors>