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.

Parents Reply Children
  • Thanks for the reply.  Unfortunately, as I mentioned I am porting an application so I am constrained by maintaining interoperability with existing equipment which uses all 31 bytes of the advertisement payload for user data.  If there is a way around the format checks of sd_ble_gap_adv_set_configure() or a way to directly load the buffer which the radio uses to send the advertisement packets that would probably solve my problem.

Related