In server role:
Is there an event that fires after (or before) each advertisement? I would like to use that to alter the local name after each advertisement, in order to get a rolling text.
In server role:
Is there an event that fires after (or before) each advertisement? I would like to use that to alter the local name after each advertisement, in order to get a rolling text.
Advertisement has nothing to do with any "server" but if you mean that you are running GATT Server on top of GAP Peripheral role and that you use Nordic Soft Device as BLE stack then yes, you can get interrupts before and after every radio event. See radio_notification
module in SDK path \components\ble\ble_radio_notification\
and Radio Notifications chapter in Soft Device specification (but firstly make sure which Soft Device and SDK you use;).
Yes I meant GAP peripheral. I am using SD132 v4.0.2 The radio_notification module you mentioned does not help me any further. There's little documentation about how to use it.
What event should I look for ?
Yes I meant GAP peripheral. I am using SD132 v4.0.2 The radio_notification module you mentioned does not help me any further. There's little documentation about how to use it.
What event should I look for ?