Hi,
I'm using the nRF52833 to develop a BLE beacon and built a Bluetooth gateway for my application.
Application Requirements:
-
The beacon should advertise using the iBeacon format.
-
It must include at least 10 bytes for the device name in the advertisement payload.
However, I’m facing an issue:
Using legacy advertising, limited to 31 bytes, which is not sufficient for my use case.
With extended advertising, I can exceed the 31-byte limit, but unfortunately, my gateway only supports detecting legacy advertisements.
Question:
Is it possible to increase the payload size beyond 31 bytes while still using legacy advertising? Or is there any workaround to meet this requirement within the legacy advertisement constraints?
Thanks in advance!