Package org.robovm.apple.corebluetooth
Interface CBPeripheralDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
CBPeripheralDelegateAdapter
public interface CBPeripheralDelegate extends NSObjectProtocol
-
Method Summary
-
Method Details
-
didUpdateName
-
didModifyServices
-
didUpdateRSSI
Deprecated.Deprecated in iOS 8.0. -
didReadRSSI
-
didDiscoverServices
-
didDiscoverIncludedServices
-
didDiscoverCharacteristics
-
didUpdateValue
-
didWriteValue
-
didUpdateNotificationState
void didUpdateNotificationState(CBPeripheral peripheral, CBCharacteristic characteristic, NSError error) -
didDiscoverDescriptors
void didDiscoverDescriptors(CBPeripheral peripheral, CBCharacteristic characteristic, NSError error) -
didUpdateValue
-
didWriteValue
-
peripheralIsReadyToSendWrite
-
didOpenL2CAPChannel
-