All Methods Instance Methods Concrete Methods
| 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 |
onExecuteWriteRequest(BluetoothConnection connection,
BluetoothAttribute attribute,
boolean execute) |
void |
onNotificationReceived(BluetoothConnection connection,
BluetoothCharacteristic characteristic,
byte[] value) |
void |
onNotificationSent(BluetoothConnection connection,
BluetoothCharacteristic characteristic,
boolean success) |
void |
onPairCompleted(BluetoothConnection connection,
boolean success) |
void |
onPairRequest(BluetoothConnection connection) |
void |
onPasskeyGenerated(BluetoothConnection connection,
int passkey) |
void |
onPasskeyRequest(BluetoothConnection connection) |
void |
onPrepareWriteRequest(BluetoothConnection connection,
BluetoothAttribute attribute,
byte[] value,
int offset) |
void |
onReadBlobRequest(BluetoothConnection connection,
BluetoothAttribute attribute,
int offset) |
void |
onReadCompleted(BluetoothConnection connection,
BluetoothAttribute attribute,
byte status,
byte[] value) |
void |
onReadRequest(BluetoothConnection connection,
BluetoothAttribute attribute) |
void |
onScanCompleted() |
void |
onScanResult(BluetoothAddress address,
byte[] advertisementData,
int rssi) |
void |
onWriteCompleted(BluetoothConnection connection,
BluetoothAttribute attribute,
byte status) |
void |
onWriteRequest(BluetoothConnection connection,
BluetoothAttribute attribute,
byte[] value) |