Skip to main content
Associate
November 12, 2024
Solved

STM32WBA52xx - SCAN_RSP

  • November 12, 2024
  • 1 reply
  • 517 views

Hello, im trying to sending manufacturer-specific data using the SCAN_RSP AdvData in the BLE_p2pServer_Ext application on the STM32WBA module. Are there any examples? Thank You.

Best answer by MLiska

Fixed - just created function in app_ble.c and add there my data with hci_le_set_scan_response_data (sizeof(service_data), service_data);

1 reply

MLiskaAuthorBest answer
Associate
November 12, 2024

Fixed - just created function in app_ble.c and add there my data with hci_le_set_scan_response_data (sizeof(service_data), service_data);