BondStateChanged

data class BondStateChanged(val bondState: BondState) : ClientGattEvent

This is an additional event which doesn't exist in BluetoothGattCallback. It is added here to make events complete, but the source of the emission comes from BondingBroadcastReceiver.

See also

Constructors

Link copied to clipboard
constructor(bondState: BondState)

Properties

Link copied to clipboard

New bond state (BondState) of the remote device.