Page 1 of 1

ESP32 BLE advertising multiple GAP profiles at once

Posted: Fri Jan 21, 2022 8:40 am
by zazas321
Hello. I am just learning about the BLE and how it works. I have come across one issue. I am using BLE_security_server example.

From what I understand, the GAP defines how the packet is advertised.

Is it possible to create 2 GAP profiles and advertise 2 different packets at once? For example, can I advertise iBeacon and Eddystone both at once or that is not possible?


In my program , I would like to advetise beacons and at the same time have communication with the APP using completely different GAP and GATTS profiles.