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 2017/03/08 23:35:38 UTC

[jira] [Created] (MYNEWT-661) BLE Host - SC:yes, lgcy:no - device never responds to pairing rsp.

Christopher Collins created MYNEWT-661:
------------------------------------------

             Summary: BLE Host - SC:yes, lgcy:no - device never responds to pairing rsp.
                 Key: MYNEWT-661
                 URL: https://issues.apache.org/jira/browse/MYNEWT-661
             Project: Mynewt
          Issue Type: Bug
          Components: Nimble
            Reporter: Christopher Collins
             Fix For: v1_1_0_rel


Configure device A with the following settings:
{noformat}
BLE_SM_LEGACY: 0
BLE_SM_SC: 1
{noformat}

Configure device B with the opposite settings:
{noformat}
BLE_SM_LEGACY: 1
BLE_SM_SC: 0
{noformat}

# Connect the two devices.
# Device A initiates pairing.

The result is: device A never responds to B's paring response.  Instead, it does nothing and allows the pairing procedure to time out.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)