Skip to content

CBPeripheralDelegate Implementations

No overview available.

Instance Methods

peripheral(_:didDiscoverCharacteristicsFor:error:)

swift
func peripheral(CBPeripheral, didDiscoverCharacteristicsFor: CBService, error: Error?)

CBPeripheralDelegate implentation

peripheral(_:didDiscoverServices:)

swift
func peripheral(CBPeripheral, didDiscoverServices: Error?)

CBPeripheralDelegate implentation

peripheral(_:didUpdateNotificationStateFor:error:)

swift
func peripheral(CBPeripheral, didUpdateNotificationStateFor: CBCharacteristic, error: Error?)

CBPeripheralDelegate implentation

peripheral(_:didUpdateValueFor:error:)

swift
func peripheral(CBPeripheral, didUpdateValueFor: CBCharacteristic, error: Error?)

CBPeripheralDelegate implentation

peripheral(_:didWriteValueFor:error:)

swift
func peripheral(CBPeripheral, didWriteValueFor: CBCharacteristic, error: Error?)

CBPeripheralDelegate implentation