PureSwift / Bluetooth

Pure Swift Bluetooth library
http://pureswift.github.io/Bluetooth/
MIT License
176 stars 25 forks source link

Fix LE Scan Response #105

Closed colemancda closed 6 years ago

colemancda commented 6 years ago

The LE Scanning is currently only taking into account LE Advertising Data, not the LE Scan Response data.

See how Android currently handles scanning and advertisements.

colemancda commented 6 years ago

Duplicate of https://github.com/PureSwift/GATT/issues/15