Skip to main content
DS.4
Senior
June 16, 2025
Question

aci_gap_start_general_discovery_proc_cp0 works but aci_gap_start_observation_proc_cp0  doesnt

  • June 16, 2025
  • 3 replies
  • 428 views

I need to see all advertising.


I generally use :aci_gap_start_general_discovery_proc_cp0 , works fine, but it only shows connectable devices .

 

Now , I am trying : aci_gap_start_observation_proc_cp0 - doesn't work for me

But it causes an issue, return 0x0C on stack 1.21.

 

I simply replaced the aci_gap_start_general_discovery_proc_cp0  with aci_gap_start_observation_proc_cp0 

 

stack_full

 

3 replies

DS.4
DS.4Author
Senior
June 16, 2025

I had to add 2 new params, made them 0.

DS.4
DS.4Author
Senior
June 16, 2025

DS4_0-1750077446714.png

 

STTwo-32
Technical Moderator
July 3, 2025

Hello @DS.4 

Will using the ACI_GAP_START_OBSERVATION_PROC, CENTRAL_ROLE and OBSERVER_ROLE have to be set at initialization.

Best Regards.

STTwo-32

 

DS.4
DS.4Author
Senior
July 6, 2025

sounds about right , thanks