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.