public interface RemoteServiceListener
| Modifier and Type | Method and Description |
|---|---|
void |
onNotificationReceived(BluetoothConnection connection,
BluetoothCharacteristic characteristic,
byte[] value) |
void |
onReadCompleted(BluetoothConnection connection,
BluetoothAttribute attribute,
byte status,
byte[] value) |
void |
onWriteCompleted(BluetoothConnection connection,
BluetoothAttribute attribute,
byte status) |
void onNotificationReceived(BluetoothConnection connection, BluetoothCharacteristic characteristic, byte[] value)
void onReadCompleted(BluetoothConnection connection, BluetoothAttribute attribute, byte status, byte[] value)
void onWriteCompleted(BluetoothConnection connection, BluetoothAttribute attribute, byte status)