NotificationSent

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))

Constructors

Link copied to clipboard
constructor(device: ClientDevice, status: BleGattOperationStatus)

Properties

Link copied to clipboard
open override val device: ClientDevice

The remote device the notification has been sent to.

Link copied to clipboard

Status of the operation.