PureSwift / GATT

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

Implement CoreBluetooth state restoration #14

Closed colemancda closed 2 years ago

colemancda commented 6 years ago

CoreBluetooth state restoration needs to be properly implemented, and be an optional feature. Since CoreBluetooth uses Objective-C runtime introspection to check if the CBCentralManagerDelegate instance implements the state restoration delegate methods, it makes optionally enabling this feature a bit more difficult.