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 found a problem when testing the Bluetooth GATT service. When I first used the client to find the Bluetooth device and connected to the device, everything worked fine. But when I disconnected and tried to connect to the device a second time, I could not scan the device. I tried to connect to the device directly using the parameters used in the first connection, but it also failed to connect.
Bug description
I found a problem when testing the Bluetooth GATT service. When I first used the client to find the Bluetooth device and connected to the device, everything worked fine. But when I disconnected and tried to connect to the device a second time, I could not scan the device. I tried to connect to the device directly using the parameters used in the first connection, but it also failed to connect.
I am using the test code from here: https://github.com/esp-rs/esp-idf-svc/blob/master/examples/bt_gatt_server.rs
Also, I couldn’t find any Bluetooth-related documentation here, so I had to rely on sample code for testing.
To Reproduce
Environment
esp-idf-svc
) version: [0.51.0]The text was updated successfully, but these errors were encountered: