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 am unsure of the context surrounding this specific block of code, but as I used this in another app/tool I am working on, I noticed that the first block of code that attempts to disconnect the Bluetooth device will fail as hFindRadios is never assigned the return value of BluetoothFindFirstRadio.
I am unsure of the context surrounding this specific block of code, but as I used this in another app/tool I am working on, I noticed that the first block of code that attempts to disconnect the Bluetooth device will fail as
hFindRadios
is never assigned the return value ofBluetoothFindFirstRadio
.SpecialK/src/input/bluetooth.cpp
Lines 92 to 96 in fac5ad8
I assume the variable assignment for hFindRadios should be the same as it is further down the file:
SpecialK/src/input/bluetooth.cpp
Lines 152 to 155 in fac5ad8
The text was updated successfully, but these errors were encountered: