Gap_PeriodicAdvCreateSync() returns gBleFeatureNotSupported_c on K32W148 MCU.
Hardware/ EVK: K32w148 EVK
SDK: SDK_24_12_00_K32W148-EVK
BLE Lib: SDK_24_12_00_K32W148-EVK\middleware\wireless\bluetooth\host\lib\lib_ble_OPT_host_central_cm33_gcc.a
IDE: MCUXpresso
Example: k32w148evk_adv_ext_central_bm
I'm running the example and trying to create a periodic sync on a BLE Central.
I can perform the scanning of extended advertisements. But I'm unable to create a Periodic sync of the extended advertisement. The function returns "gBleFeatureNotSupported_c" upon calling the Gap_PeriodicAdvCreateSync().
This is blocking my development. Please let me know what libraries and configurations I should select to get the Periodic Sync Advertisements working.