You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I install and compiled the app.
I had to comment out this in decoder.cpp if (dataType == BluetoothLEAdvertisementDataTypes::SlaveConnectionIntervalRange()) { return L"SlaveConnectionIntervalRange"; }
because SlaveConnectionIntervalRange() is not defined.
But the I run it, and it crashes in: check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Devices::Bluetooth::IBluetoothLEDevice3)->GetGattServicesForUuidWithCacheModeAsync(impl::bind_in(serviceUuid), static_cast<int32_t>(cacheMode), &operation));
That is called from: GetDeviceName(uint64_t deviceAddr).
The text was updated successfully, but these errors were encountered:
I install and compiled the app.
I had to comment out this in decoder.cpp
if (dataType == BluetoothLEAdvertisementDataTypes::SlaveConnectionIntervalRange()) { return L"SlaveConnectionIntervalRange"; }
because SlaveConnectionIntervalRange() is not defined.
But the I run it, and it crashes in:
check_hresult(WINRT_IMPL_SHIM(winrt::Windows::Devices::Bluetooth::IBluetoothLEDevice3)->GetGattServicesForUuidWithCacheModeAsync(impl::bind_in(serviceUuid), static_cast<int32_t>(cacheMode), &operation));
That is called from: GetDeviceName(uint64_t deviceAddr).
The text was updated successfully, but these errors were encountered: