ClientConnectionStateChanged

Event indicating when a remote device has been connected or disconnected.

See also

(https://developer.android.com/reference/android/bluetooth/BluetoothGattServerCallback#onConnectionStateChange(android.bluetooth.BluetoothDevice,%20int,%20int))

Constructors

Link copied to clipboard
constructor(device: ClientDevice, status: BleGattConnectionStatus, newState: GattConnectionState)

Properties

Link copied to clipboard
open override val device: ClientDevice

Remote device that has been connected or disconnected.

Link copied to clipboard

Returns the new connection state.

Link copied to clipboard

Status of the operation.