The current pc-ble-driver (https://github.com/NordicSemiconductor/pc-ble-driver) does not seem to support the SoC Library API of a Softdevice e.g. S130 (https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s130.api.v2.0.1/group__nrf__soc__api.html).
Support for Function sd_ecb_block_encrypt() would suffice to resolve RPAs (Resolvable Private Address) as it is done by the SDK Peer Manager Library (see id_manager.c e.g. SDK12.3.0) and add partly BLE Privacy support thru pc-ble-driver.
Anyone working in that direction?