I'm trying to get the sample "nRF5_SDK_12.2.0_ble_app_hrs_pca10040_s132.zip" working. It was provided in the "Development with GCC and Eclipse" tutorial. The dev board I'm using has an nrf51822 and I working with sdk 12.3 and softdevice 130. I am getting compile errors with the peer manager:
typedef ble_gap_privacy_params_t pm_privacy_params_t;
"ble_gap_privacy_params" are defined for s132 but not s130. How do I deal with this?