cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WBA52xx - SCAN_RSP

MLiska
Associate

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.

1 ACCEPTED SOLUTION

Accepted Solutions
MLiska
Associate

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

View solution in original post

1 REPLY 1
MLiska
Associate

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