notifyAll
Notifies all com.splendo.kaluga.bluetooth.server.ConnectedDevice currently subscribed that that the data changed to value
Return
true if the notification was successfully sent to all com.splendo.kaluga.bluetooth.server.ConnectedDevice, false otherwise
Parameters
the new data
Notifies all com.splendo.kaluga.bluetooth.server.ConnectedDevice currently subscribed that that the data changed to notification
Return
true if the notification was successfully sent to all com.splendo.kaluga.bluetooth.server.ConnectedDevice, false otherwise
Parameters
the new data
method to convert the Notification to a ByteArray
Type Parameters
the type of the data to notify
Notifies all com.splendo.kaluga.bluetooth.server.ConnectedDevice currently subscribed that that the data changed to notification
Return
true if the notification was successfully sent to all com.splendo.kaluga.bluetooth.server.ConnectedDevice, false otherwise
Parameters
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 all com.splendo.kaluga.bluetooth.server.ConnectedDevice currently subscribed that that the data changed to notification
Return
true if the notification was successfully sent to all com.splendo.kaluga.bluetooth.server.ConnectedDevice, false otherwise
Parameters
the new data
the BluetoothFormat to use to encode the Notification to a ByteArray
Type Parameters
the type of the data to notify