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

Extensions for com.fitbit.bluetooth.fbgatt.GattTransaction

runTxReactive

fun GattTransaction.runTxReactive(gattConnection: GattConnection): Single<TransactionResult>
fun GattTransaction.runTxReactive(gattServerConnection: GattServerConnection): Single<TransactionResult>

Extension function to create reactive method around GattTransaction.runTx