This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Calling Softdevice API functions

Hi.

I am working with an nRF52840. How should I call Softdevice API functions from my app?

and more precisely this GAP function: 

uint32_t  sd_ble_gap_tx_power_set (uint8_t role, uint16_t handle, int8_t tx_power)

In addition to this function call, is there any #include, initialization, or any other statement I should issue to get this function working?

Thanks

Related