frawau / aioblescan

Python only library to scan and decode advertised BLE info. Uses asyncio. Can decode Ruuvi Tag. Can broadcast EddyStone packets.
MIT License
125 stars 62 forks source link

Assigned numbers for Generic Access Profile #6

Closed ukBaz closed 7 years ago

ukBaz commented 7 years ago

According to: https://www.bluetooth.com/specifications/assigned-numbers/generic-access-profile

The following line should be 0x23

https://github.com/frawau/aioblescan/blob/8792f9e77a115787d2695f4705e0922376bd7c71/aioblescan/aioblescan.py#L739

frawau commented 7 years ago

Indeed. Thank you.