Question
BLE_p2pServer low-power mode
I'm testing the sample project BLE_p2pServer on STM32WB09.
When the low-power mode (LPM) is not activated (CFG_LPM_SUPPORTED = 0 in app_conf.h) the project works OK.
To activate LPM I set CFG_LPM_SUPPORTED to 1, but that doesn't work and there is no advertising.
What must I do to activate LPM ?
