You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The advertiser of the extended_advertising example builds an incorrect advertisement, as explained below:
In src/advertiser/app.c, demo_setup_ext_adv function builds the advertising data. It inserts an incomplete AD structure after the local name and before the manufacturer specific data.
To correct this, the following code should be removed:
The advertiser of the extended_advertising example builds an incorrect advertisement, as explained below:
In
src/advertiser/app.c
,demo_setup_ext_adv
function builds the advertising data. It inserts an incomplete AD structure after the local name and before the manufacturer specific data.To correct this, the following code should be removed:
The text was updated successfully, but these errors were encountered: