BlueToe
an alternative GATT/BLE implementation
|
configures the radio::run() function to return on every interrupt More...
#include <bluetoe/bindings/nordic/include/bluetoe/nrf.hpp>
configures the radio::run() function to return on every interrupt
Usually, run() will return on a call to radio::wake(). With this option, run() will only block for a single call to the WFI ARM assembler instruction. Once that instruction returns, the function will be left.