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

Lower scanning power for BLE

I am developing an application using Nordic SDK 8.1 for BLE that requires a low power consumption. To lower the power of the slave BLE device I was able to lower the advertising power using:

sd_ble_gap_tx_power_set(-30);

I am cursious how I can do the same thing for the master device now (lower the power consumption while scanning)? I tried the same code on the master device, but it didn't seem to affect the range that the 2 devices were able to find each other at.

Related