You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Christopher Collins (JIRA)" <ji...@apache.org> on 2016/07/13 00:53:20 UTC

[jira] [Created] (MYNEWT-346) BLE Host - Allow secure connections without requiring legacy pairing

Christopher Collins created MYNEWT-346:
------------------------------------------

             Summary: BLE Host - Allow secure connections without requiring legacy pairing
                 Key: MYNEWT-346
                 URL: https://issues.apache.org/jira/browse/MYNEWT-346
             Project: Mynewt
          Issue Type: Bug
          Components: Nimble
            Reporter: Christopher Collins
            Assignee: Christopher Collins


There are two options in nimble_opt.h:

* NIMBLE_OPT_SM
* NIMBLE_OPT_SM_SC

The first (sm) enables the security manager and legacy pairing.  The second (sm_sc) enables secure connections.  Secure connections requires the security manager, so when NIMBLE_OPT_SM_SC is enabled, NIMBLE_OPT_SM gets enabled automatically by nimble_opt_auto.h.

The user should be able to enable SC without also enabling legacy pairing.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)