Help to change ble name
Posted: Mon Jun 17, 2019 4:36 pm
Hi,
I'm using the AT software to use the ble on esp32 devkit
module. I'm using esp32 as a server.
I would like to change the device name when it is detected by a client( in my case is a mobile phone). I know I have to use. AT + BLEADVDATA — Sets Advertising Data but I need an example: For example if I want my device to be found with the name ESP32 I have to send:
AT + BLEINIT = 0 AT + BLEADVDATA = "ESP32" AT + BLEADVSTART It's correct?
Thx to all
I'm using the AT software to use the ble on esp32 devkit
module. I'm using esp32 as a server.
I would like to change the device name when it is detected by a client( in my case is a mobile phone). I know I have to use. AT + BLEADVDATA — Sets Advertising Data but I need an example: For example if I want my device to be found with the name ESP32 I have to send:
AT + BLEINIT = 0 AT + BLEADVDATA = "ESP32" AT + BLEADVSTART It's correct?
Thx to all