Solved
STM32WBA52xx - SCAN_RSP
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.
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.
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);
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.