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
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 |
open fun onBluetoothOff(): Unit |
|
open fun onBluetoothOn(): Unit |
|
open fun onBluetoothPeripheralDisconnected(connection: GattConnection): Unit |
|
open fun onBluetoothPeripheralDiscovered(connection: GattConnection): Unit |
|
open fun onBluetoothTurningOff(): Unit |
|
open fun onBluetoothTurningOn(): Unit |
|
open fun onGattClientStartError(exception: BitGattStartException?): Unit |
|
open fun onGattClientStarted(): Unit |
|
open fun onGattServerStartError(exception: BitGattStartException?): Unit |
|
open fun onGattServerStarted(serverConnection: GattServerConnection?): Unit |
|
open fun onPendingIntentScanStarted(): Unit |
|
open fun onPendingIntentScanStopped(): Unit |
|
open fun onScanStarted(): Unit |
|
open fun onScanStopped(): Unit |
|
open fun onScannerInitError(exception: BitGattStartException?): Unit |