PureSwift / GATT

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

* added controller to list nearby devices #7

Closed carlos21 closed 6 years ago

carlos21 commented 6 years ago

This is the first PR trying to make a Lightblue explorer. I'm having some doubts about the implementation:

  1. When I call scanData.advertisementData.localName, it's always nil, don't know why...
  2. Is the scanData.advertisementData.serviceUUIDs enough to show the number of services that a device provides?
  3. Is there a way to constantly check for the RSSI value in order to show it in the screen like Lightblue does?

Thanks in advance!