adafruit / Adafruit_Blinka_bleio

`_bleio` for Blinka based on `bleak`
58 stars 19 forks source link

Fix advertisement parsing. #15

Closed tannewt closed 4 years ago

tannewt commented 4 years ago

The ADT isn't included in the length.

Fixes #14

tannewt commented 4 years ago

@zoologies, please test this out if you can.

dhalbert commented 4 years ago

@zoologies I merged early by mistake. Will not merge immediately if you can test.

zoologies commented 4 years ago

@dhalbert @tannewt thanks, this fixes the issue, however on my RPi the code doesn't recognise advertisements of type adafruit_ble_broadcastnet.AdafruitSensorMeasurement so there still seems to be some parsing issue.