Replies: 1 comment
-
You can do it this way: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a client (ESP32S3) which is already bonded to a BLE server device (Bonding is stored in NVS, bonding information is also properly restored upon start of NimBLE stack). I also know the BLE server device's address upon start (by persisting this address in my preference settings)
What is the recommended way to connect to this server device using the known address and available bonding without having to start the BLE scan procedure?
Beta Was this translation helpful? Give feedback.
All reactions