cancel
Showing results for 
Search instead for 
Did you mean: 

aci_gap_start_general_discovery_proc_cp0 works but aci_gap_start_observation_proc_cp0  doesnt

DS.4
Senior II

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

 

4 REPLIES 4
DS.4
Senior II

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

DS4_0-1750077446714.png

 

STTwo-32
ST Employee

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

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

DS.4
Senior II

sounds about right , thanks