Skip to content
#

ble

Here are 1,050 public repositories matching this topic...

jonas-schievink
jonas-schievink commented Sep 28, 2019

Currently the link layer will abort the connection when it does not receive the initial connect event:

https://github.com/jonas-schievink/rubble/blob/0c219f5fd1ef24cc6ca6f6e1edb02556e5fdd64f/rubble/src/link/connection.rs#L338-L345

This shouldn't happen. Instead, we should do what the comment suggests (and check it against the spec).

The effect of this bug is that establishing a connection

Improve this page

Add a description, image, and links to the ble topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ble topic, visit your repo's landing page and select "manage topics."

Learn more