Uses of Class
org.robovm.apple.corebluetooth.CBATTRequest
| Package | Description |
|---|---|
| org.robovm.apple.corebluetooth |
-
Uses of CBATTRequest in org.robovm.apple.corebluetooth
Methods in org.robovm.apple.corebluetooth with parameters of type CBATTRequest Modifier and Type Method Description voidCBPeripheralManagerDelegate. didReceiveReadRequest(CBPeripheralManager peripheral, CBATTRequest request)voidCBPeripheralManagerDelegateAdapter. didReceiveReadRequest(CBPeripheralManager peripheral, CBATTRequest request)voidCBPeripheralManager. respondToRequest(CBATTRequest request, CBATTErrorCode result)Method parameters in org.robovm.apple.corebluetooth with type arguments of type CBATTRequest Modifier and Type Method Description voidCBPeripheralManagerDelegate. didReceiveWriteRequests(CBPeripheralManager peripheral, NSArray<CBATTRequest> requests)voidCBPeripheralManagerDelegateAdapter. didReceiveWriteRequests(CBPeripheralManager peripheral, NSArray<CBATTRequest> requests)