public interface ConnectionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdvertisementCompleted() |
void |
onConnected(BluetoothConnection connection) |
void |
onConnectFailed(BluetoothAddress address) |
void |
onDisconnected(BluetoothConnection connection) |
void |
onDiscoveryCompleted(BluetoothConnection connection) |
void |
onDiscoveryResult(BluetoothConnection connection,
BluetoothService service) |
void |
onPairCompleted(BluetoothConnection connection,
boolean success) |
void |
onPairRequest(BluetoothConnection connection) |
void |
onPasskeyGenerated(BluetoothConnection connection,
int passkey) |
void |
onPasskeyRequest(BluetoothConnection connection) |
void |
onScanCompleted() |
void |
onScanResult(BluetoothAddress address,
byte[] advertisementData,
int rssi,
int advertisementType) |
void onAdvertisementCompleted()
void onConnected(BluetoothConnection connection)
void onConnectFailed(BluetoothAddress address)
void onDisconnected(BluetoothConnection connection)
void onDiscoveryCompleted(BluetoothConnection connection)
void onDiscoveryResult(BluetoothConnection connection, BluetoothService service)
void onPairCompleted(BluetoothConnection connection, boolean success)
void onPairRequest(BluetoothConnection connection)
void onPasskeyGenerated(BluetoothConnection connection, int passkey)
void onPasskeyRequest(BluetoothConnection connection)
void onScanCompleted()
void onScanResult(BluetoothAddress address, byte[] advertisementData, int rssi, int advertisementType)