class BluetoothScannerCallback : BaseFitbitGattCallback
Callback that will listen to new devices and notify the emitter when it finds one.
emitter
- The emitter on which to notify a new device was found.
BluetoothScannerCallback(e: ObservableEmitter<GattConnection>)
Callback that will listen to new devices and notify the emitter when it finds one. |
val e: ObservableEmitter<GattConnection> |
fun onBluetoothPeripheralDiscovered(connection: GattConnection): Unit |