Hi
In the old SDK I was able to put manufacturing data into the scan response package using:
ble_advertising_init_t init;
ble_advdata_manuf_data_t manuf_data;
and just copy "manuf_data" to the "init.srdata" and then initialize using: ble_advertising_init
What is the NCS equivalent of the above operation?
Regards