Skip to main content
IHlot.1
Associate II
August 14, 2022
Question

Function aci_gap_additional_beacon_stop returns 0x0C

  • August 14, 2022
  • 1 reply
  • 822 views

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?

This topic has been closed for replies.

1 reply

Remy ISSALYS
Technical Moderator
August 17, 2022

Hello,

In order to see how to use STOP2 mode, you can look BLE_HeartRate example which allow to do STOP2 low power mode using low power manager.

Best Regards