2019-10-24 11:57 AM
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
2019-10-25 01:13 AM
It is HCI_LE_SET_SCAN_RESPONSE_DATA. You can find the description in AN5270. The parameters are the same.
2019-10-26 08:36 PM
Thanks a lot :)