PureSwift / GATT

Bluetooth Generic Attribute Profile (GATT) for Swift (Supports Linux)
MIT License
64 stars 18 forks source link

Fix LE Scan Response #15

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.