Skip to main content
Micha Valach
Associate III
October 24, 2019
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);?

  • October 24, 2019
  • 2 replies
  • 607 views

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

This topic has been closed for replies.

2 replies

Remi QUINTIN
Technical Moderator
October 25, 2019

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

Micha Valach
Associate III
October 27, 2019

Thanks a lot :)