Uses of Class
org.robovm.apple.corebluetooth.CBService
| Package | Description |
|---|---|
| org.robovm.apple.corebluetooth |
-
Uses of CBService in org.robovm.apple.corebluetooth
Subclasses of CBService in org.robovm.apple.corebluetooth Modifier and Type Class Description classCBMutableServiceMethods in org.robovm.apple.corebluetooth that return CBService Modifier and Type Method Description CBServiceCBCharacteristic. getService()Methods in org.robovm.apple.corebluetooth that return types with arguments of type CBService Modifier and Type Method Description NSArray<CBService>CBMutableService. getIncludedServices()NSArray<CBService>CBService. getIncludedServices()NSArray<CBService>CBPeripheral. getServices()Methods in org.robovm.apple.corebluetooth with parameters of type CBService Modifier and Type Method Description voidCBPeripheralManagerDelegate. didAddService(CBPeripheralManager peripheral, CBService service, NSError error)voidCBPeripheralManagerDelegateAdapter. didAddService(CBPeripheralManager peripheral, CBService service, NSError error)voidCBPeripheralDelegate. didDiscoverCharacteristics(CBPeripheral peripheral, CBService service, NSError error)voidCBPeripheralDelegateAdapter. didDiscoverCharacteristics(CBPeripheral peripheral, CBService service, NSError error)voidCBPeripheralDelegate. didDiscoverIncludedServices(CBPeripheral peripheral, CBService service, NSError error)voidCBPeripheralDelegateAdapter. didDiscoverIncludedServices(CBPeripheral peripheral, CBService service, NSError error)voidCBPeripheral. discoverCharacteristics(NSArray<CBUUID> characteristicUUIDs, CBService service)voidCBPeripheral. discoverIncludedServices(NSArray<CBUUID> includedServiceUUIDs, CBService service)Method parameters in org.robovm.apple.corebluetooth with type arguments of type CBService Modifier and Type Method Description voidCBPeripheralDelegate. didModifyServices(CBPeripheral peripheral, NSArray<CBService> invalidatedServices)voidCBPeripheralDelegateAdapter. didModifyServices(CBPeripheral peripheral, NSArray<CBService> invalidatedServices)voidCBMutableService. setIncludedServices(NSArray<CBService> v)