Hi there,
I'm playing around with the stock hrs_relay example that I've modified. the code works well but I'm noticing that its advertising strength is crazy high.
I was previously using the BLE_Blinky example and set sd_ble_gap_tx_power_set (-30); to lower the broadcast strength to something manageable, (I only want to see the device within a few feet to enable things based on a rudimentary proxmity from rssi without connecting/bonding)
the main difference im seeing is BLE_blinky had its own ADV_Start function and the HRS_relay has BLE_ADV_MODE_FAST which is preset.
any assistance on how to modify is transmit strength since (sd_ble_gap_tx_power_set (-30); ) doesn't work.
THANKS!