I'm trying to inject the time when the advertising packet is sent to the central BLE module, but I'm struggling to add "sending time" data into the advertising_data_set function.
I will sniff this advertising packet with wireshark and I want to check the time that i sent in the sniffed packet. then I can get the sending time and arriving time of the advertising packet.
Can anyone give me specific instruction for my question?
This is the a part of code in the peripheral_long_range_demo_kit in nRF52-ble-long-range-demo in github.