Any suggested APIs to setup BLE transmit power in NCS?
the set_tx_power() in the Zephyr example looks not work with nordic softdevice controller.
Any suggested APIs to setup BLE transmit power in NCS?
the set_tx_power() in the Zephyr example looks not work with nordic softdevice controller.
Very clever. You are most likely correct:
The example uses these values:
static const int8_t txp[DEVICE_BEACON_TXPOWER_NUM] = {4, 0, -3, -8,
-15, -18, -23, -30};
Thank you.