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/fc666315 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/fc666315 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/fc666315 Branch: refs/heads/develop Commit: fc66631550a66f835074a725a8a8035f298a9a70 Parents: ae4d777 Author: Szymon Janc <[email protected]> Authored: Tue Jan 17 19:24:25 2017 +0100 Committer: Szymon Janc <[email protected]> Committed: Wed Jan 18 14:54:44 2017 +0100 ---------------------------------------------------------------------- apps/bletiny/syscfg.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/fc666315/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
