Advertised service UUIDs appearing multiple times
Posted: Wed Apr 26, 2023 6:39 am
Hello,
I have implemented a BLE GATT server in ESP-IDF v4.3.1 on ESP32-WROVER ESP32-DEVKITC and to connect I am using the LightBlue app. In the app when I connect to the esp module, under the advertisement data, the advertised service UUIDs appear multiple time(though they are identical).
In the code I have used raw data as service UUID, also I tried changing the values of UUID they do get reflected in in app it is just that they appear twice. It should appear only one and the lates value of UUID id changed. This problem appears on android as well as iOS.
All kind help is appreciated.
Many thanks,
Sameer
I have implemented a BLE GATT server in ESP-IDF v4.3.1 on ESP32-WROVER ESP32-DEVKITC and to connect I am using the LightBlue app. In the app when I connect to the esp module, under the advertisement data, the advertised service UUIDs appear multiple time(though they are identical).
In the code I have used raw data as service UUID, also I tried changing the values of UUID they do get reflected in in app it is just that they appear twice. It should appear only one and the lates value of UUID id changed. This problem appears on android as well as iOS.
All kind help is appreciated.
Many thanks,
Sameer