bletiny: Use proper options for SM configuration BLE_SM is now enabled based on BLE_SM_LEGACY and BLE_SM_SC options.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/6eff5b16 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/6eff5b16 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/6eff5b16 Branch: refs/heads/develop Commit: 6eff5b162e97fb5f6430c4ef17f3a2826621b939 Parents: 755456c Author: Szymon Janc <[email protected]> Authored: Tue Jan 17 19:24:25 2017 +0100 Committer: Christopher Collins <[email protected]> Committed: Wed Jan 18 11:24:12 2017 -0800 ---------------------------------------------------------------------- apps/bletiny/syscfg.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/6eff5b16/apps/bletiny/syscfg.yml ---------------------------------------------------------------------- diff --git a/apps/bletiny/syscfg.yml b/apps/bletiny/syscfg.yml index 27acdde..81a62f0 100644 --- a/apps/bletiny/syscfg.yml +++ b/apps/bletiny/syscfg.yml @@ -26,7 +26,8 @@ syscfg.vals: LOG_LEVEL: 1 # Disable security manager (pairing and bonding). - BLE_SM: 0 + BLE_SM_LEGACY: 0 + BLE_SM_SC: 0 # Disable eddystone beacons. BLE_EDDYSTONE: 0
