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

Is there any method to hide advertise packet from nRF52 in the nRF Connect utils?

We want to use some device in the peripherial mode.

after the devices were bonded, for next connect I need to hide this advertise packet from air in the nRF Connect util. Is it possible?

I can hide name- works. 

Also I tryed (after has bonded) change 

BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE

to

BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE

At this case, there is no any device in the nRF connect but also can't connect to bonded device.

Parents Reply
  • Hi 

    You can't really hide the advertise packet from nRF Connect if you want to advertise to many devices, but you can change the payload if you like. For instance you can remove the advertising name, and only advertise the advertising flags and your BLE address. 

    You can also make the address of your advertiser private resolvable, which means the address will change periodically so that nRF Connect can not track your advertiser over time. Devices that are bonded to you can still recognize the advertiser, because they can resolve a static address from the private resolvable one. 

    Best regards
    Torbjørn

Children
Related