[jira] [Assigned] (MYNEWT-750) BLE Host - Reject pairing attempt from already bonded peer

2017-05-16 Thread Christopher Collins (JIRA)

 [ 
https://issues.apache.org/jira/browse/MYNEWT-750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christopher Collins reassigned MYNEWT-750:
--

Assignee: Christopher Collins

> BLE Host - Reject pairing attempt from already bonded peer
> --
>
> Key: MYNEWT-750
> URL: https://issues.apache.org/jira/browse/MYNEWT-750
> Project: Mynewt
>  Issue Type: Bug
>  Components: Nimble
>Reporter: Christopher Collins
>Assignee: Christopher Collins
> Fix For: v1_1_0_rel
>
>
> If a device is already bonded, the host should not allow the same device to 
> pair again.  Currently, the host blindly proceeds with the pairing operation. 
>  This should not be allowed because the second peer could be an imposter 
> masquerading as the original.
> I propose the following behavior in such a scenario:
> # Host notifies application of the duplicate pairing attempt via the gap 
> event callback.  The callback would specify a new event code that 
> specifically indicates a duplicate pairing attempt.
> # The gap event callback would return an error code indicating which of the 
> following behaviors to perform:
> ## Reject the pairing request.
> ## Delete the original bond and proceed with the pairing operation.



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


[jira] [Created] (MYNEWT-757) Inconsistent tags among newt, blinky, and core

2017-05-16 Thread Christopher Collins (JIRA)
Christopher Collins created MYNEWT-757:
--

 Summary: Inconsistent tags among newt, blinky, and core
 Key: MYNEWT-757
 URL: https://issues.apache.org/jira/browse/MYNEWT-757
 Project: Mynewt
  Issue Type: Bug
  Components: Newt
Reporter: Christopher Collins
Assignee: Sterling Hughes
 Fix For: v1_1_0_rel


* "newt install" should download the corresponding version of blinky.
* Blinky's project.yml should specify the corresponding version of core.

Currently, the versions don't match up properly:
* In master: newt specifies blinky's develop tag
* In develop: blinky's project.yml specifies core's 1-latest tag.



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