Rightpoint / RZBluetooth

Core Bluetooth helper library
Other
136 stars 47 forks source link

support new API in iOS 13 #106

Open HePingLaoSan opened 4 years ago

HePingLaoSan commented 4 years ago

Description

Apple has some new API in iOS 13, such as CBConnectionEvent

- (void)registerForConnectionEventsWithOptions:(nullable NSDictionary<CBConnectionEventMatchingOption, id> *)options

- (void)centralManager:(CBCentralManager *)central connectionEventDidOccur:(CBConnectionEvent)event forPeripheral:(CBPeripheral *)peripheral

Does have plan to support this?Thx!

What type of issue is this? (place an x in one of the [ ])

Requirements (place an x in each of the [ ])