NotificationSent
data class NotificationSent(val device: ClientDevice, val status: BleGattOperationStatus) : ServerGattEvent.CharacteristicEvent
Event emitted when a notification or indication has been sent to a remote device.
When multiple notifications are to be sent, an application must wait for this callback to be received before sending additional notifications.
See also
(https://developer.android.com/reference/android/bluetooth/BluetoothGattServerCallback#onNotificationSent(android.bluetooth.BluetoothDevice,%20int))