fun GattTransaction.runTxReactive(gattConnection: GattConnection): Single<TransactionResult>
Extension function to create reactive method around GattTransaction.runTx
gattConnection
- for peripheral this transaction is executed for
fun GattTransaction.runTxReactive(gattServerConnection: GattServerConnection): Single<TransactionResult>
Extension function to create reactive method around GattTransaction.runTx
gattServerConnection
- for the service that transaction is executed for