2024-11-12 04:21 AM
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.
Solved! Go to Solution.
2024-11-12 05:39 AM
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);
2024-11-12 05:39 AM
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);