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

nRF51822 - Connect without advertising

In short:

  • Is it possible to connect a nRF51822 s110 peripheral from a central without the need for sending advertising packets (by peripheral)?
  • If (hopefully) yes, what's the required steps (shure, the central must know the MAC)?

A stupid try with a Nordic example, were I'd just removed the startAdvertising() at the BLE_GAP_EVT_DISCONNECTED event won't work.

Related