I am developing a ble device with nrf52832, using nRF5_SDK_15.2.0, and the softdevice s132_nrf52_6.1.0. In parallel I am developing a Windows Desktop application (for Windows 7 and newer) with Visual Studio and C#. To communicate from the Windows app with my BLE devices, I want to use a custom BLE dongle and the pc-ble-driver.
(This same scenario I am using since 2 years with a nrf51422, the SDK 11 and the pc-ble-driver with sd_api_v2 support)
The master branch of the pc-ble-driver currently supports only sd_api_v2 and sd_api_v5.
My understanding is, that I have to use the softdevice s132_nrf52_5.0.0 and serialization from SDK 14.2 on my custom dongle to be compatible. Is this correct?
Is there a version of the pc-ble-driver that supports softdevice s132_nrf52_6.1.0, e.g. sd_api_v6?
What features are missing if I go with the sd_api_v5?