Hi!
This question has been asked before in various forms, but none of the answers I've seen will work;
Is there a way to get any callback before or after a BLE Advertisement is transmitted?
- bt_le_ext_adv_cb.sent is only called when advertisements are stopped.
- MPSL radio notifications don't seem to work [anymore] ( mpsl_radio_notification_cfg_set function not available in NCS2.6 ).
- Bluetooth Event Trigger doesn't seem to include an event for this.
Basically I want to update the values (battery voltage, advertisement count, uptime, etc) in my advertisement each time.
Surely this can't be so difficult?