STM32WBA52xx - SCAN_RSP
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-12 4: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.
Labels:
- Labels:
-
BLE
-
STM32WBA series
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-12 5: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);
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-11-12 5: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);
