RxFitbitGatt / com.fitbit.bluetooth.fbgatt.rx / BaseFitbitGattCallback

BaseFitbitGattCallback

abstract class BaseFitbitGattCallback : FitbitGattCallback

An abstract adapter class of FitbitGattCallback that provides no implementation for all callbacks, given implementation ability to only add implementation for specific callback method

Constructors

<init>

BaseFitbitGattCallback()

An abstract adapter class of FitbitGattCallback that provides no implementation for all callbacks, given implementation ability to only add implementation for specific callback method

Functions

onBluetoothOff

open fun onBluetoothOff(): Unit

onBluetoothOn

open fun onBluetoothOn(): Unit

onBluetoothPeripheralDisconnected

open fun onBluetoothPeripheralDisconnected(connection: GattConnection): Unit

onBluetoothPeripheralDiscovered

open fun onBluetoothPeripheralDiscovered(connection: GattConnection): Unit

onBluetoothTurningOff

open fun onBluetoothTurningOff(): Unit

onBluetoothTurningOn

open fun onBluetoothTurningOn(): Unit

onGattClientStartError

open fun onGattClientStartError(exception: BitGattStartException?): Unit

onGattClientStarted

open fun onGattClientStarted(): Unit

onGattServerStartError

open fun onGattServerStartError(exception: BitGattStartException?): Unit

onGattServerStarted

open fun onGattServerStarted(serverConnection: GattServerConnection?): Unit

onPendingIntentScanStarted

open fun onPendingIntentScanStarted(): Unit

onPendingIntentScanStopped

open fun onPendingIntentScanStopped(): Unit

onScanStarted

open fun onScanStarted(): Unit

onScanStopped

open fun onScanStopped(): Unit

onScannerInitError

open fun onScannerInitError(exception: BitGattStartException?): Unit