fun getUnsubscribeFromGattCharacteristicTransactionFor(gattConnection: GattConnection, bluetoothGattCharacteristic: BluetoothGattCharacteristic): GattTransaction
Provides an unsubscribe to gatt characteristic bitgatt transaction. This operation does not run any bluetooth specific operation, instead just tells the system our app is not interested in notifications from this characteristic anymore.
gattConnection
- The connection on which the transaction will run.
bluetoothGattCharacteristic
- The characteristic for which we want to unsubscribe.