-
Methods in org.robovm.apple.corebluetooth with parameters of type CBCharacteristic
| Modifier and Type |
Method |
Description |
void |
CBPeripheralDelegate.didDiscoverDescriptors(CBPeripheral peripheral,
CBCharacteristic characteristic,
NSError error) |
|
void |
CBPeripheralDelegateAdapter.didDiscoverDescriptors(CBPeripheral peripheral,
CBCharacteristic characteristic,
NSError error) |
|
void |
CBPeripheralManagerDelegate.didSubscribeToCharacteristic(CBPeripheralManager peripheral,
CBCentral central,
CBCharacteristic characteristic) |
|
void |
CBPeripheralManagerDelegateAdapter.didSubscribeToCharacteristic(CBPeripheralManager peripheral,
CBCentral central,
CBCharacteristic characteristic) |
|
void |
CBPeripheralManagerDelegate.didUnsubscribeFromCharacteristic(CBPeripheralManager peripheral,
CBCentral central,
CBCharacteristic characteristic) |
|
void |
CBPeripheralManagerDelegateAdapter.didUnsubscribeFromCharacteristic(CBPeripheralManager peripheral,
CBCentral central,
CBCharacteristic characteristic) |
|
void |
CBPeripheralDelegate.didUpdateNotificationState(CBPeripheral peripheral,
CBCharacteristic characteristic,
NSError error) |
|
void |
CBPeripheralDelegateAdapter.didUpdateNotificationState(CBPeripheral peripheral,
CBCharacteristic characteristic,
NSError error) |
|
void |
CBPeripheralDelegate.didUpdateValue(CBPeripheral peripheral,
CBCharacteristic characteristic,
NSError error) |
|
void |
CBPeripheralDelegateAdapter.didUpdateValue(CBPeripheral peripheral,
CBCharacteristic characteristic,
NSError error) |
|
void |
CBPeripheralDelegate.didWriteValue(CBPeripheral peripheral,
CBCharacteristic characteristic,
NSError error) |
|
void |
CBPeripheralDelegateAdapter.didWriteValue(CBPeripheral peripheral,
CBCharacteristic characteristic,
NSError error) |
|
void |
CBPeripheral.discoverDescriptors(CBCharacteristic characteristic) |
|
void |
CBPeripheral.readValue(CBCharacteristic characteristic) |
|
void |
CBPeripheral.setNotifyValue(boolean enabled,
CBCharacteristic characteristic) |
|
void |
CBPeripheral.writeValue(NSData data,
CBCharacteristic characteristic,
CBCharacteristicWriteType type) |
|