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

Make ble device connectable but not discoverable

I am using ble_app_uart SDK_11 s130 on nRF51-dk. I would like to make the device running on ble_app_uart connectable but not discoverable. The Android app will have pre-knowledge of the device name. So, the Android app should be able to connect to ble_app_uart without scanning. Is it possible to make a BLE device connectable but not discoverable?

Related