I am making a ble beacon application. I need to send more than 30 bytes of data via advertisement. How can I do? Because UUID data will not be enough for me.
I am making a ble beacon application. I need to send more than 30 bytes of data via advertisement. How can I do? Because UUID data will not be enough for me.
Hello,
With legacy advertising you are limited to an advertising payload of 31 bytes, but you can include another 31 bytes in a scan response packet: sd_ble_gap_adv_set_configure().
Best regards,
Vidar