public interface LocalServiceListener
| Modifier and Type | Method and Description |
|---|---|
void |
onExecuteWriteRequest(BluetoothConnection connection,
BluetoothAttribute attribute,
boolean execute) |
void |
onNotificationSent(BluetoothConnection connection,
BluetoothCharacteristic characteristic,
boolean success) |
void |
onPrepareWriteRequest(BluetoothConnection connection,
BluetoothAttribute attribute,
byte[] value,
int offset) |
void |
onReadBlobRequest(BluetoothConnection connection,
BluetoothAttribute attribute,
int offset) |
void |
onReadRequest(BluetoothConnection connection,
BluetoothAttribute attribute) |
void |
onWriteRequest(BluetoothConnection connection,
BluetoothAttribute attribute,
byte[] value) |
void onExecuteWriteRequest(BluetoothConnection connection, BluetoothAttribute attribute, boolean execute)
void onNotificationSent(BluetoothConnection connection, BluetoothCharacteristic characteristic, boolean success)
void onPrepareWriteRequest(BluetoothConnection connection, BluetoothAttribute attribute, byte[] value, int offset)
void onReadBlobRequest(BluetoothConnection connection, BluetoothAttribute attribute, int offset)
void onReadRequest(BluetoothConnection connection, BluetoothAttribute attribute)
void onWriteRequest(BluetoothConnection connection, BluetoothAttribute attribute, byte[] value)