cancel
Showing results for 
Search instead for 
Did you mean: 

Example using aci_gap_start_gen_disc_proc

MSing.1713
Associate II

Greetings,

Looking at PM0271, there seems to be an API call aci_gap_start_gen_disc_proc.  However, I don't see this in the Cube firmware package anywhere in the headers and I haven't found it in sample code as yet.  

 

We would like to configure the STM32WB55 for dual role BLE, Central and Peripheral.  The Peripheral works.  When we enable the Central role and then send the scan_enable command, the wireless stack doesn't accept the request.  So, we figure it might be helpful to see an example.

 

What examples are available that demonstrate BLE scanning on the STM32WB55?  I checked the AT_Client/Server. 

BTW, It's pretty difficult to search through samples as the IDE tends to bog down then crash.

Cheers

1 REPLY 1
MSing.1713
Associate II

FWIW, the call I'd like to make is hci_le_set_scan_enable.  So, an example with this would be most helpful.