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
The problem I have faced is that I am getting different MACs for the same device.
From what I know, BLE uses dynamic MACs for security. If that is the case, is there any way to always get one static MAC for one device? My goal is to identify whether the same device is connected or a new one and I do not want to use any application on a device.
The text was updated successfully, but these errors were encountered:
I am creating a BLE server on esp32 and I am trying to get the MAC address of devices connecting to it.
For this purpose, I have used
The problem I have faced is that I am getting different MACs for the same device.
From what I know, BLE uses dynamic MACs for security. If that is the case, is there any way to always get one static MAC for one device? My goal is to identify whether the same device is connected or a new one and I do not want to use any application on a device.
The text was updated successfully, but these errors were encountered: