enables ACTIVE and INACTIVE (nACTIVE) signals from the stack that notify the
application when the radio is in use. The ACTIVE signal is sent before the
Radio Event starts. The nACTIVE signal is sent at the end of the Radio
Event. These signals can be used by the application programmer to
synchronize application logic with radio activity. For example, the ACTIVE
signal can be used to shut off external devices to manage peak current drawn
during periods when the radio is on, or to trigger sensor data collection
for transmission in the Radio Event.
Bugfixes
~~~~~~~~
none.
==============
Enhancements
~~~~~~~~~~~~
* Updated to use of new APIs for authorizeRead() and authorizeWrite() which
return status.
* Implement APIs for getMinAdvertisingInterval() and variants.
* add #ifdef __cplusplus to pstorage.h
Bugfixes
~~~~~~~~
none.