I’m a new user in the BLE world. I’m trying to play with a nRF52 DK and I’m facing with a problem.
I tried different IDE (VScode + platformIO, Mbed studio) with the framework Mbed with the same result :
_ble.gap().setAdvertisingParameters() failed: BLE_ERROR_NOT_IMPLEMENTED: Requested a feature that isn't yet implement or isn't supported by the target HW
I use the example BLE_Beacon from mbed-os-example-ble-master.
My HW is ok, I tested with prebuild application, BLE was OK.
Do you know what’s happened ?