hello there can i periodically advertisement with random data??
hello there can i periodically advertisement with random data??
You want manuf_data.data.p_data to random data, right?
advdata, uint8_t data[20] is declared static and global.
in while loop, you change any value in data[20].
the end, you call ble_advdata_set(&advdata, NULL);
You want manuf_data.data.p_data to random data, right?
advdata, uint8_t data[20] is declared static and global.
in while loop, you change any value in data[20].
the end, you call ble_advdata_set(&advdata, NULL);