Package ej.bluetooth.listeners
Interface RemoteServiceListener
-
- All Known Implementing Classes:
DefaultRemoteServiceListener
public interface RemoteServiceListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonNotificationReceived(BluetoothConnection connection, BluetoothCharacteristic characteristic, byte[] value)voidonReadCompleted(BluetoothConnection connection, BluetoothAttribute attribute, byte status, byte[] value)voidonWriteCompleted(BluetoothConnection connection, BluetoothAttribute attribute, byte status)
-
-
-
Method Detail
-
onReadCompleted
void onReadCompleted(BluetoothConnection connection, BluetoothAttribute attribute, byte status, byte[] value)
-
onWriteCompleted
void onWriteCompleted(BluetoothConnection connection, BluetoothAttribute attribute, byte status)
-
onNotificationReceived
void onNotificationReceived(BluetoothConnection connection, BluetoothCharacteristic characteristic, byte[] value)
-
-