Package org.robovm.apple.corebluetooth
Interface CBPeripheralManagerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
CBPeripheralManagerDelegateAdapter
public interface CBPeripheralManagerDelegate extends NSObjectProtocol
-
Method Summary
-
Method Details
-
didUpdateState
-
willRestoreState
-
didStartAdvertising
-
didAddService
-
didSubscribeToCharacteristic
void didSubscribeToCharacteristic(CBPeripheralManager peripheral, CBCentral central, CBCharacteristic characteristic) -
didUnsubscribeFromCharacteristic
void didUnsubscribeFromCharacteristic(CBPeripheralManager peripheral, CBCentral central, CBCharacteristic characteristic) -
didReceiveReadRequest
-
didReceiveWriteRequests
-
readyToUpdateSubscribers
-
didPublishL2CAPChannel
-
didUnpublishL2CAPChannel
-
didOpenL2CAPChannel
-