About this example
https://github.com/NordicPlayground/nrf51-ble-tutorial-advertising
It´s advertising the data
uint8_t data_response[] = "Many_bytes_of_data" with the MAC and RSSI
without connection.
How can advertising dynamic data without connection ?
For example, MAC, RSSI + some dynamic data ?
Is there some SES example ?
Thanks