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

About the order of Advertising data

Regarding the data encoding in Advertising, the order of the data is different depending on the SDK.
Is there a problem in operation?

The confirmed function is as follows.

-----

nRF52810
nRF5_SDK\components\ble\common\ble_advdata.c
 ble_advdata_encode()

nRF51822
nRF51822_xxAC\ble_advdata.c
 adv_data_encode()

Related