Search found 3 matches

by joaopa133
Tue Dec 07, 2021 3:21 am
Forum: General Discussion
Topic: BLE address type in connecting?
Replies: 0
Views: 1729

BLE address type in connecting?

In my project I'm getting the mac address of the devices that are connecting to my esp32 but the address that is taken is different, because BLE has a feature that disguises the real address then I want to make a configuration in esp32 so that it gets the real mac address of the devices that are con...
by joaopa133
Tue Nov 09, 2021 2:57 pm
Forum: ESP32 Arduino
Topic: Esp32 Bluetooth Address with BLE
Replies: 0
Views: 1601

Esp32 Bluetooth Address with BLE

Hello, is there any way for me to get the mac address through BLE, when the client(smartphone) connect/pair with esp32?
I've done this in normal Bluetooth, through the BluetoothSerial.h lib, even so I'm able to find no method to reproduce in BLE.
by joaopa133
Sun Nov 07, 2021 3:40 pm
Forum: General Discussion
Topic: Esp32 Bluetooth Address with BLE
Replies: 0
Views: 1087

Esp32 Bluetooth Address with BLE

Is it possible to do the same function as the native bluetooth classic library? I followed a tutorial that used the "Bluetoothserial.h" lib. is there any way to get the mac address of the devices (smartphones) that are connected/paired?? https://techtutorialsx.com/2018/12/11/esp32-arduino-serial-ove...