[ https://issues.apache.org/jira/browse/MYNEWT-661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15937890#comment-15937890 ]
Ćukasz Rymanowski commented on MYNEWT-661: ------------------------------------------ I went ahead and looked into this issue. I think that patch should help: https://github.com/apache/incubator-mynewt-core/pull/212 > 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)