Hai team,
iam using sdk_12 and ble_app_beacon ,i want to send different advertising packets in one frequency interval. let us consider example : iam using frequency interval 4 and i want to advertise some numbers [0,1,2,3] along with default advertising packets in ble_app_beacon.
i studied about radio notification { ble_radio_notification_init(.....) } and i called this function in main like this[ ble_radio_notification_init(3,NRF_RADIO_NOTIFICATION_DISTANCE_800US, fun);] and whatever i wrote on function is repeating . my question is how can i send the different adverting data ?? which function is used ??