Central connect to Peripheral without scanning

I have an existing BLE Peripheral device based on nRF52832 which is running GATT and advertising with a long period to conserve power.

What I now need to do is use another nRF device in Central mode to connect to it, write, then disconnect after a user presses a pushbutton. To conserve power this nRF will be in deep sleep or more likely powered off between button presses.

If I know the peer address of the peripheral device is there a way to connect directly i.e. without scanning in order to reduce both power consumption and latency? The only way I've seen in the examples or docs so far is whitelist>scan>connect.

Parents Reply Children
Related