Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended_advertising: incorrect advertising data #7

Open
PascalBod opened this issue Jul 29, 2023 · 0 comments
Open

Extended_advertising: incorrect advertising data #7

PascalBod opened this issue Jul 29, 2023 · 0 comments

Comments

@PascalBod
Copy link

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:

  adv_data[amout_bytes++] = 0x11;// length 17 bytes
  adv_data[amout_bytes++] = 0x06;//more_128_uuids
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant