Question
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);?
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