This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE advertisement using all 31 bytes for user data

Is there a way using the API to utilize all 31 bytes of advertisement data for a user application?  I'm porting an application, which sends data in advertisement packets, to the nRF52811 from another manufacturers part.  The API does validity checks on the data and therefore fails because things like flags, etc, aren't valid since they are user data.

Related