Nordic DevZone
Nordic Q&A
Blog
Online Power Profiler
DevAcademy
Search
Support
+
User
Site
Search
User
Home
>
Nordic Q&A
State
Not Answered
View Voters
Login to vote on this thread
0
Login to vote on this thread
Replies
14 replies
Subscribers
75 subscribers
Views
8247 views
Users
0 members are here
software
Evaluation
nrf52832
Attachments (
1
)
Download All
75018.main.c
Nordic Case Info
Case ID: 210714
Options
Share
More
This post is older than 2 years and might not be relevant anymore
More Info:
Consider searching for newer posts
Scan response data to be added to SDK ble_app_beacon example
Wim
over 7 years ago
How can I add scan response data to the SDK example ble_app_beacon?
Top Replies
Wim
over 7 years ago
in reply to
Joakim Jakobsen
+1
Hi Joakim, I was looking how to program: - iBeacon (to be recognized by iOS) - with scan response data (for additional measurement or other data) - and connectable (to act as normal BLE peripheral…
Wim
over 7 years ago
in reply to
Wim
+1
I forgot a few lines of code: #define APP_BEACON_INFO_LENGTH 0x17 /**< Total length of information advertised by the Beacon. */ #define APP_ADV_DATA_LENGTH 0x15 /**< Length of manufacturer specific…
Wim
over 7 years ago
in reply to
Wim
+1
Also do not forget to change these lines (if not yet done): static ble_gap_adv_data_t m_adv_data = { .adv_data = { .p_data = m_enc_advdata, .len = BLE_GAP_ADV_SET_DATA_SIZE_MAX }, .scan_rsp_data…
Related