Uses of Class
org.robovm.apple.corebluetooth.CBCentral
| Package | Description |
|---|---|
| org.robovm.apple.corebluetooth |
-
Uses of CBCentral in org.robovm.apple.corebluetooth
Methods in org.robovm.apple.corebluetooth that return CBCentral Modifier and Type Method Description CBCentralCBATTRequest. getCentral()Methods in org.robovm.apple.corebluetooth that return types with arguments of type CBCentral Modifier and Type Method Description NSArray<CBCentral>CBMutableCharacteristic. getSubscribedCentrals()Methods in org.robovm.apple.corebluetooth with parameters of type CBCentral Modifier and Type Method Description voidCBPeripheralManagerDelegate. didSubscribeToCharacteristic(CBPeripheralManager peripheral, CBCentral central, CBCharacteristic characteristic)voidCBPeripheralManagerDelegateAdapter. didSubscribeToCharacteristic(CBPeripheralManager peripheral, CBCentral central, CBCharacteristic characteristic)voidCBPeripheralManagerDelegate. didUnsubscribeFromCharacteristic(CBPeripheralManager peripheral, CBCentral central, CBCharacteristic characteristic)voidCBPeripheralManagerDelegateAdapter. didUnsubscribeFromCharacteristic(CBPeripheralManager peripheral, CBCentral central, CBCharacteristic characteristic)voidCBPeripheralManager. setDesiredConnectionLatency(CBPeripheralManagerConnectionLatency latency, CBCentral central)Method parameters in org.robovm.apple.corebluetooth with type arguments of type CBCentral Modifier and Type Method Description booleanCBPeripheralManager. updateValue(NSData value, CBMutableCharacteristic characteristic, NSArray<CBCentral> centrals)