-
Methods in org.robovm.apple.corebluetooth with parameters of type CBPeripheral
| Modifier and Type |
Method |
Description |
void |
CBCentralManager.cancelPeripheralConnection(CBPeripheral peripheral) |
|
void |
CBCentralManagerDelegate.connectionEventDidOccur(CBCentralManager central,
CBConnectionEvent event,
CBPeripheral peripheral) |
|
void |
CBCentralManagerDelegateAdapter.connectionEventDidOccur(CBCentralManager central,
CBConnectionEvent event,
CBPeripheral peripheral) |
|
void |
CBCentralManager.connectPeripheral(CBPeripheral peripheral,
CBConnectPeripheralOptions options) |
|
void |
CBCentralManagerDelegate.didConnectPeripheral(CBCentralManager central,
CBPeripheral peripheral) |
|
void |
CBCentralManagerDelegateAdapter.didConnectPeripheral(CBCentralManager central,
CBPeripheral peripheral) |
|
void |
CBCentralManagerDelegate.didDisconnectPeripheral(CBCentralManager central,
CBPeripheral peripheral,
NSError error) |
|
void |
CBCentralManagerDelegateAdapter.didDisconnectPeripheral(CBCentralManager central,
CBPeripheral peripheral,
NSError error) |
|
void |
CBPeripheralDelegate.didDiscoverCharacteristics(CBPeripheral peripheral,
CBService service,
NSError error) |
|
void |
CBPeripheralDelegateAdapter.didDiscoverCharacteristics(CBPeripheral peripheral,
CBService service,
NSError error) |
|
void |
CBPeripheralDelegate.didDiscoverDescriptors(CBPeripheral peripheral,
CBCharacteristic characteristic,
NSError error) |
|
void |
CBPeripheralDelegateAdapter.didDiscoverDescriptors(CBPeripheral peripheral,
CBCharacteristic characteristic,
NSError error) |
|
void |
CBPeripheralDelegate.didDiscoverIncludedServices(CBPeripheral peripheral,
CBService service,
NSError error) |
|
void |
CBPeripheralDelegateAdapter.didDiscoverIncludedServices(CBPeripheral peripheral,
CBService service,
NSError error) |
|
void |
CBCentralManagerDelegate.didDiscoverPeripheral(CBCentralManager central,
CBPeripheral peripheral,
CBAdvertisementData advertisementData,
NSNumber rssi) |
|
void |
CBCentralManagerDelegateAdapter.didDiscoverPeripheral(CBCentralManager central,
CBPeripheral peripheral,
CBAdvertisementData advertisementData,
NSNumber rssi) |
|
void |
CBPeripheralDelegate.didDiscoverServices(CBPeripheral peripheral,
NSError error) |
|
void |
CBPeripheralDelegateAdapter.didDiscoverServices(CBPeripheral peripheral,
NSError error) |
|
void |
CBCentralManagerDelegate.didFailToConnectPeripheral(CBCentralManager central,
CBPeripheral peripheral,
NSError error) |
|
void |
CBCentralManagerDelegateAdapter.didFailToConnectPeripheral(CBCentralManager central,
CBPeripheral peripheral,
NSError error) |
|
void |
CBPeripheralDelegate.didModifyServices(CBPeripheral peripheral,
NSArray<CBService> invalidatedServices) |
|
void |
CBPeripheralDelegateAdapter.didModifyServices(CBPeripheral peripheral,
NSArray<CBService> invalidatedServices) |
|
void |
CBPeripheralDelegate.didOpenL2CAPChannel(CBPeripheral peripheral,
CBL2CAPChannel channel,
NSError error) |
|
void |
CBPeripheralDelegateAdapter.didOpenL2CAPChannel(CBPeripheral peripheral,
CBL2CAPChannel channel,
NSError error) |
|
void |
CBPeripheralDelegate.didReadRSSI(CBPeripheral peripheral,
NSNumber RSSI,
NSError error) |
|
void |
CBPeripheralDelegateAdapter.didReadRSSI(CBPeripheral peripheral,
NSNumber RSSI,
NSError error) |
|
void |
CBCentralManagerDelegate.didUpdateANCSAuthorization(CBCentralManager central,
CBPeripheral peripheral) |
|
void |
CBCentralManagerDelegateAdapter.didUpdateANCSAuthorization(CBCentralManager central,
CBPeripheral peripheral) |
|
void |
CBPeripheralDelegate.didUpdateName(CBPeripheral peripheral) |
|
void |
CBPeripheralDelegateAdapter.didUpdateName(CBPeripheral peripheral) |
|
void |
CBPeripheralDelegate.didUpdateNotificationState(CBPeripheral peripheral,
CBCharacteristic characteristic,
NSError error) |
|
void |
CBPeripheralDelegateAdapter.didUpdateNotificationState(CBPeripheral peripheral,
CBCharacteristic characteristic,
NSError error) |
|
void |
CBPeripheralDelegate.didUpdateRSSI(CBPeripheral peripheral,
NSError error) |
Deprecated.
|
void |
CBPeripheralDelegateAdapter.didUpdateRSSI(CBPeripheral peripheral,
NSError error) |
Deprecated.
|
void |
CBPeripheralDelegate.didUpdateValue(CBPeripheral peripheral,
CBCharacteristic characteristic,
NSError error) |
|
void |
CBPeripheralDelegate.didUpdateValue(CBPeripheral peripheral,
CBDescriptor descriptor,
NSError error) |
|
void |
CBPeripheralDelegateAdapter.didUpdateValue(CBPeripheral peripheral,
CBCharacteristic characteristic,
NSError error) |
|
void |
CBPeripheralDelegateAdapter.didUpdateValue(CBPeripheral peripheral,
CBDescriptor descriptor,
NSError error) |
|
void |
CBPeripheralDelegate.didWriteValue(CBPeripheral peripheral,
CBCharacteristic characteristic,
NSError error) |
|
void |
CBPeripheralDelegate.didWriteValue(CBPeripheral peripheral,
CBDescriptor descriptor,
NSError error) |
|
void |
CBPeripheralDelegateAdapter.didWriteValue(CBPeripheral peripheral,
CBCharacteristic characteristic,
NSError error) |
|
void |
CBPeripheralDelegateAdapter.didWriteValue(CBPeripheral peripheral,
CBDescriptor descriptor,
NSError error) |
|
void |
CBPeripheralDelegate.peripheralIsReadyToSendWrite(CBPeripheral peripheral) |
|
void |
CBPeripheralDelegateAdapter.peripheralIsReadyToSendWrite(CBPeripheral peripheral) |
|