In the nRF5 SDK v15.0.0 there is an example for beacon. (in my case ble_app_beacon_pca10040_s132)
This example works fine and acts as a non-connectable unidirected beacon.
But I am looking for a connectable beacon. (Acts as a beacon, but can also be connected to retrieve other data).
Is there an example software available?