Extended advertising call-back register

Hallo,

currently I try to optimise the functionality of my extended advertiser code. I found that there are also some call-backs defined for extended advertisers. The struct bt_le_ext_adv_cb contains fields for sent, connected and scanned call-back functions. But I didn't find a function to register my call-backs. In case of scanning devices, there is the struct bt_le_scan_cb, an instance of which is to be used with the register function bt_le_scan_cb_register(). How can I realise that in case of extended advertising call-backs - does an appropriate "bt_le_ext_adv_cb_register()" function exist?

Kind regards

Axel

Parents Reply Children
No Data
Related