Question
Function aci_gap_additional_beacon_stop returns 0x0C
Hi,
I'm using a couple of functions:
tBleStatus aci_gap_additional_beacon_start(...);and
tBleStatus aci_gap_additional_beacon_stop();The point is that aci_gap_additional_beacon_stop() periodically returns error code 0x0C, which means "command disallowed".
NOTE: I'm using STOP2 mode, if I comment out this part (not allow MCU enter sleep mode) the aforementioned function returns 0x00 all the time.
How to use STOP2 mode in a proper way?