cancel
Showing results for 
Search instead for 
Did you mean: 

What is the STM32WB BLE-5 API alternative, for the predecessor ST BLE 4.1 API named: hci_le_set_scan_resp_data(18 , ServiceUUID_Scan);?

Micha Valach
Associate III

Hi,

In previous project, I used the ST BLE 4.1 solution (based on BlueNRG-MS), and the peripheral Advertising procedure also included a call to hci_le_set_scan_resp_data(18 , ServiceUUID_Scan);

What is the alternative for a similar API in ST BLE 5 solution based on STM32WB platform?

P.S I couldn't find it in AN5270

Thanks In Advance,

Micha

2 REPLIES 2
Remi QUINTIN
ST Employee

​It is HCI_LE_SET_SCAN_RESPONSE_DATA. You can find the description in AN5270. The parameters are the same.

Micha Valach
Associate III

Thanks a lot 🙂