After clicking on Raw Data in Nrf connect App I am getting this 0x0201041AFF590000150112233445566778899AABBCCDDEEFF0FFFFFFFFC3. what are 0201041AFF these bytes ? can I remove it?
After clicking on Raw Data in Nrf connect App I am getting this 0x0201041AFF590000150112233445566778899AABBCCDDEEFF0FFFFFFFFC3. what are 0201041AFF these bytes ? can I remove it?
BLE APP UART does not set Manufacturer Data in `gap_params_init`. but e.g. ble_app_beacon sample does set advdata.p_manuf_specific_data, which is then passed to ble_advdata_encode. This encode method encodes the advertising data to use AD types.