Page 1 of 1

Esp32S3 : Are the MAC Adresses BLE unique ?

Posted: Thu Jan 29, 2026 9:32 am
by ThomasESP32
Good morning,

I am working with Esp32S3 chips.
I have implemented BLE on many firmwares and I get the BLE adresse of the chip using the method :
Err = esp_read_mac((uint8_t *)&BTMACAddr, esp_mac_type_t::ESP_MAC_BT);

I would like to know if the BT MAC Address is unique on your chips ?
Or is it possible to get two BT MAC addresses that are the same over two different chips ?

Thank you for your help,
Best regards

Thomas TRUILHE

Re: Esp32S3 : Are the MAC Adresses BLE unique ?

Posted: Thu Jan 29, 2026 9:52 am
by ThomasESP32
Another question : If an Android device (Smartphone/Tablette) see my device using BLE.

Will the BLE MAC address detected on the Android Side be the same as the physical BLE MAC address of the chip ?