Skip to content

Extended_advertising: incorrect advertising data #7

@PascalBod

Description

@PascalBod

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions