nimble/apps: Disable unneeded roles in blecent sample

This commit is contained in:
Szymon Janc
2019-03-25 10:54:33 +01:00
parent 612b293ea8
commit 0a5d2ee578
+6
View File
@@ -22,3 +22,9 @@ syscfg.vals:
# Default task settings
OS_MAIN_STACK_SIZE: 336
# Disable peripheral and broadcaster roles.
BLE_ROLE_BROADCASTER: 0
BLE_ROLE_CENTRAL: 1
BLE_ROLE_OBSERVER: 1
BLE_ROLE_PERIPHERAL: 0