How do I get the Bluetooth MAC Address of the device connected to my ESP32? #9648
Unanswered
ve2stn
asked this question in
Hardware & Peripherals
Replies: 1 comment 2 replies
-
If you're a peripheral, then you'll receive the remote central's address in the connection event ( But as a peripheral, you likely won't be able to reverse roles and connect to the other device -- most devices are typically one or the other. (unless you control both sides I guess?). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys I trying to understand the ESP-BT commands to figure out how I can pull the Bluetooth Address of the device connected via Bluetooth to my ESP32.
My goal is to save it so that next time I power up I will go searching for the device instead of having to pair it everytime...
Thanks Richard
Beta Was this translation helpful? Give feedback.
All reactions