still connecting to a BLE device #788
Unanswered
ghazijallouli
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I am not sure what the issue is. Moving this to discussion. You have to somewhere call |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
bluetoothctl -v
) in case of Linux:Description
i want to connect to a BLE device just one time and still connected, then i do a FW update
What I Did
i wrote a class named OtaFwUpadate and has an attribute named client a i wrote a method named connexion, i need to get sure that, when i create a new object: ota=OtaFwUpdate() and do ota.connexion() i'm still connected to the device to do ota.send()
Beta Was this translation helpful? Give feedback.
All reactions