Appearance
SharedCBDiscoveryDelegate
Protocol implementedd by FlakeBTScanner to receive CBCentralManagerDelegate
events without beeing the delegate itself
swift
protocol SharedCBDiscoveryDelegate : AnyObject
Overview
Used by PeripheralManager to forward CBCentralManagerDelegate
scan events
Instance Methods
didDiscover(peripheral:advertisementData:rssi:)
swift
func didDiscover(peripheral: CBPeripheral, advertisementData: BTAdvertismentData, rssi: NSNumber)