-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Mac address of connected device #36
Comments
On Linux, it would be possible with a slight code change to the See blenoBindings.onAccept, client address needs to be added as an argument to the emit. Pull request would be welcome :) |
ah, that's what I figured from looking at the code, thanks. I noticed, though, that BTLE seems to have a security feature where the mac address is changed every now and then, so I guess it would be useless anyway. thanks, though. |
Yes, some devices, including iOS use random BT addresses instead of their real public one. |
I was wondering if it is currently possible with bleno to retrieve the mac address of a connected central?
The text was updated successfully, but these errors were encountered: