2025-06-16 5:35 AM
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
2025-06-16 5:36 AM
I had to add 2 new params, made them 0.
2025-06-16 5:37 AM
2025-07-03 8:16 AM
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.
2025-07-06 12:09 AM
sounds about right , thanks