notify
Notifies a com.splendo.kaluga.bluetooth.server.ConnectedDevice that that the data changed to value
Return
true if the notification was successful, false otherwise
Parameters
the com.splendo.kaluga.bluetooth.server.ConnectedDevice that should be notified
the new data
Notifies a com.splendo.kaluga.bluetooth.server.ConnectedDevice that that the data changed to notification
Return
true if the notification was successful, false otherwise
Parameters
the com.splendo.kaluga.bluetooth.server.ConnectedDevice that should be notified
the new data
method to convert the Notification to a ByteArray
Type Parameters
the type of the data to notify
Notifies a com.splendo.kaluga.bluetooth.server.ConnectedDevice that that the data changed to notification
Return
true if the notification was successful, false otherwise
Parameters
the com.splendo.kaluga.bluetooth.server.ConnectedDevice that should be notified
the new data
the SerializationStrategy to use to encode the Notification to a ByteArray
the BluetoothFormat to use to encode the Notification to a ByteArray
Type Parameters
the type of the data to notify
Notifies a com.splendo.kaluga.bluetooth.server.ConnectedDevice that that the data changed to notification
Return
true if the notification was successful, false otherwise
Parameters
the com.splendo.kaluga.bluetooth.server.ConnectedDevice that should be notified
the new data
the BluetoothFormat to use to encode the Notification to a ByteArray
Type Parameters
the type of the data to notify