ConnectionStateChanged
data class ConnectionStateChanged(val status: BleGattConnectionStatus, val newState: GattConnectionState) : ClientGattEvent
Event emitted when GATT client has connected/disconnected to/from a remote GATT server.
See also
(https://developer.android.com/reference/android/bluetooth/BluetoothGattCallback#onConnectionStateChange(android.bluetooth.BluetoothGatt,%20int,%20int))
Properties
Link copied to clipboard
New connection status (BleGattConnectionStatus).
Link copied to clipboard
Operation status (BleGattOperationStatus).