I am using: \examples\ble_peripheral\ble_app_uart and \examples\ble_central\ble_app_uart_c .
In Nordic infocenter it says: The application scans peripheral devices and connects to a device that advertises with the NUS UUID in its advertisement report.
The questions are:
1- Is this type of connection similar to a pairing where a key exchange occurs and connection is encrypted between peripheral and central?
2- How can I modify \examples\ble_peripheral\ble_app_uart code to drop the connection and reconnect periodically (for power saving) .