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 writing a BLE central for a BLE watch. Sometimes the program works perfectly but sometimes the watch disconnect just before the service discovery begins.
I didn't find a way to detect when the disconnect occurs so my program crashed when it happens (it does not trigger adapter.SetConnectHandler() ).
I have just seen in Wireshark that when I run the program and a disconnect happens, I have the following messages:
And when everything works fine I have no "SMP" protocol at all in wireshark.
I don't understand what the problem is.
edit: My computer is x86/64 Linux
Thank you in advance
The text was updated successfully, but these errors were encountered:
I am writing a BLE central for a BLE watch. Sometimes the program works perfectly but sometimes the watch disconnect just before the service discovery begins.
I didn't find a way to detect when the disconnect occurs so my program crashed when it happens (it does not trigger adapter.SetConnectHandler() ).
I have just seen in Wireshark that when I run the program and a disconnect happens, I have the following messages:
And when everything works fine I have no "SMP" protocol at all in wireshark.
I don't understand what the problem is.
edit: My computer is x86/64 Linux
Thank you in advance
The text was updated successfully, but these errors were encountered: