We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3f092 commit 5e3432fCopy full SHA for 5e3432f
src/winrtble/ble/device.rs
@@ -96,7 +96,7 @@ impl BLEDevice {
96
service: &GattDeviceService,
97
) -> Result<Vec<GattCharacteristic>> {
98
let async_result = service
99
- .GetCharacteristicsWithCacheModeAsync(BluetoothCacheMode::Uncached)?
+ .GetCharacteristicsAsync()?
100
.await?;
101
let status = async_result.Status();
102
if status == Ok(GattCommunicationStatus::Success) {
0 commit comments