We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799b3d6 commit 6f0e7e1Copy full SHA for 6f0e7e1
features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/NRFCordioHCIDriver.cpp
@@ -351,8 +351,6 @@ void NRFCordioHCIDriver::start_reset_sequence()
351
352
bool NRFCordioHCIDriver::get_random_static_address(ble::address_t& address)
353
{
354
- PalCfgLoadData(PAL_CFG_ID_BD_ADDR, address.data(), sizeof(bdAddr_t));
355
-
356
// static random cannot be all zeroes or all ones
357
uint64_t address_int = 0;
358
const uint64_t illegal_int = 0x3FFFFFFFFFFF;
0 commit comments