RxFitbitGatt / com.fitbit.bluetooth.fbgatt.rx.client.listeners / BaseConnectionEventListener

BaseConnectionEventListener

interface BaseConnectionEventListener : ConnectionEventListener

Base ConnectionEventListener that provides no operations when one of the callback is called

Functions

onClientCharacteristicChanged

open fun onClientCharacteristicChanged(result: TransactionResult, connection: GattConnection): Unit

onClientConnectionStateChanged

open fun onClientConnectionStateChanged(result: TransactionResult, connection: GattConnection): Unit

onMtuChanged

open fun onMtuChanged(result: TransactionResult, connection: GattConnection): Unit

onPhyChanged

open fun onPhyChanged(result: TransactionResult, connection: GattConnection): Unit

onServicesDiscovered

open fun onServicesDiscovered(result: TransactionResult, connection: GattConnection): Unit