Open xvrh opened 1 month ago
The method RxBleConnection.discoverServices caches the result.
RxBleConnection.discoverServices
How do we force the refresh of the service list?
For example, my device will expose a different set of bluetooth Services/Characteristics after we've send a special permission code.
Thanks a lot
You can use a custom operation, like this
Then you can use the functions that accept BluetoothGattCharacteristic instead of the UUID
BluetoothGattCharacteristic
UUID
The method
RxBleConnection.discoverServices
caches the result.How do we force the refresh of the service list?
For example, my device will expose a different set of bluetooth Services/Characteristics after we've send a special permission code.
Thanks a lot