Hi there,
I am using FRDM-KW38 in project adv_ext_peripheral_bm,
now I want to do some central behavior in this project,
so I call Gap_StartScanning(); but always return gBleFeatureNotSupported_c,
I think lib.a is different so some API is not supported.
Is there any guideline to teach how to add different lib.a to the using project?
I copy central lib.a from project adv_ext_central to my using project adv_ext_peripheral,
and add lib.a like below, it seems not working well.
When Using Gap_StartScanning(); still return gBleFeatureNotSupported_c.
