@@ -148,7 +148,7 @@ syscfg.defs:
148
148
BLE_MESH_RELAY :
149
149
description : >
150
150
Support for acting as a Mesh Relay Node.
151
- value : 0
151
+ value : 0
152
152
153
153
BLE_MESH_LOW_POWER :
154
154
description : >
@@ -230,19 +230,19 @@ syscfg.defs:
230
230
in value for each iteration. The value is in units of 100
231
231
milliseconds, so e.g. a value of 300 means 3 seconds.
232
232
value : MYNEWT_VAL_BLE_MESH_LPN_POLL_TIMEOUT
233
-
233
+
234
234
BLE_MESH_LPN_SCAN_LATENCY :
235
235
description : >
236
236
Latency in milliseconds that it takes to enable scanning. This
237
237
is in practice how much time in advance before the Receive Window
238
238
that scanning is requested to be enabled.
239
239
value : 10
240
-
240
+
241
241
BLE_MESH_LPN_GROUPS :
242
242
description : >
243
243
Maximum number of groups that the LPN can subscribe to.
244
244
value : 10
245
-
245
+
246
246
BLE_MESH_FRIEND :
247
247
description : >
248
248
Enable this option to be able to act as a Friend Node.
@@ -252,19 +252,19 @@ syscfg.defs:
252
252
description : >
253
253
Receive Window in milliseconds supported by the Friend node.
254
254
value : 255
255
-
255
+
256
256
BLE_MESH_FRIEND_QUEUE_SIZE :
257
257
description : >
258
- Minimum number of buffers available to be stored for each
258
+ Minimum number of buffers available to be stored for each
259
259
local Friend Queue.
260
260
value : 16
261
-
261
+
262
262
BLE_MESH_FRIEND_SUB_LIST_SIZE :
263
263
description : >
264
264
Size of the Subscription List that can be supported by a
265
265
Friend node for a Low Power node.
266
266
value : 3
267
-
267
+
268
268
BLE_MESH_FRIEND_LPN_COUNT :
269
269
description : >
270
270
Number of Low Power Nodes the Friend can have a Friendship
@@ -317,7 +317,7 @@ syscfg.defs:
317
317
description : >
318
318
Use this option to enable Beacon-related debug logs for the
319
319
Bluetooth Mesh functionality.
320
- value : 0
320
+ value : 0
321
321
322
322
BLE_MESH_DEBUG_CRYPTO :
323
323
description : >
@@ -330,7 +330,7 @@ syscfg.defs:
330
330
Use this option to enable Provisioning debug logs for the
331
331
Bluetooth Mesh functionality.
332
332
value : 0
333
-
333
+
334
334
BLE_MESH_DEBUG_ACCESS :
335
335
description : >
336
336
Use this option to enable Access layer and device composition
@@ -341,7 +341,7 @@ syscfg.defs:
341
341
description : >
342
342
Use this option to enable debug logs for the Foundation
343
343
Models.
344
- value : 0
344
+ value : 0
345
345
346
346
BLE_MESH_DEBUG_ADV :
347
347
description : >
@@ -360,7 +360,7 @@ syscfg.defs:
360
360
Use this option to enable Friend debug logs for the
361
361
Bluetooth Mesh functionality.
362
362
value : 0
363
-
363
+
364
364
BLE_MESH_DEBUG_PROXY :
365
365
description : >
366
366
Use this option to enable Proxy protocol debug logs.
0 commit comments