Hi, in the new version of S110 (8.0.0) I can see the implementation of scan services:
SD_BLE_GAP_SCAN_STOP, /**< Stop Scanning. */
SD_BLE_GAP_CONNECT, /**< Connect. */
SD_BLE_GAP_CONNECT_CANCEL, /**< Cancel ongoing connection procedure. */
SD_BLE_GAP_RSSI_GET,
Like acting as a central for BLE.
Is it correct, now with S110 is possible to start a connection like a central ,and not only receive one, like a peripheral?
Thanks