public abstract class GetInfoResponseCallback
extends java.lang.Object
FlicClient.getInfo(GetInfoResponseCallback).| Constructor and Description |
|---|
GetInfoResponseCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onGetInfoResponse(BluetoothControllerState bluetoothControllerState,
Bdaddr myBdAddr,
BdAddrType myBdAddrType,
int maxPendingConnections,
int maxConcurrentlyConnectedButtons,
int currentPendingConnections,
boolean currentlyNoSpaceForNewConnection,
Bdaddr[] verifiedButtons) |
public abstract void onGetInfoResponse(BluetoothControllerState bluetoothControllerState, Bdaddr myBdAddr, BdAddrType myBdAddrType, int maxPendingConnections, int maxConcurrentlyConnectedButtons, int currentPendingConnections, boolean currentlyNoSpaceForNewConnection, Bdaddr[] verifiedButtons) throws java.io.IOException
java.io.IOException