CC2745R10-Q1: How to check current Advertising state in GAP?

Part Number: CC2745R10-Q1
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hello,

I am developing with the CC2745-Q1 (custom board) (SDK : 8.40.2.01, SysConfig : 1.22.0)


In our implementation, we observed a case where the BLEAPPUTIL_ADV_START_AFTER_ENABLE event was triggered, but the actual advertising did not start on the device.

While we can rely on events to track advertising, in such cases we would like to directly query GAP to confirm whether advertising is currently active.

Is there any API (e.g., gapIsAdvertising() or similar) to check the current advertising state, or any recommended way to verify this at runtime?

Thank you in advance for your support.