This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

is there any chance to advertise two flags at a time??

Hi,

I need help regards ble advertisement, I need to advertise two different flag values at the same time. If it is possible tell me how

thank you

Parents
  • Hi,

    Advertising data flags is a set of 1 bit values which is part of the advertising packet. Each packet has one set of those flags, where each flag must be either on or off. You need to decide on one combination of those flags for one advertising packet, as there cannot be two "sets" of these flags. So if that are the flags that you refer to, then no, you cannot have two sets of flags.

    Regards,
    Terje

Reply
  • Hi,

    Advertising data flags is a set of 1 bit values which is part of the advertising packet. Each packet has one set of those flags, where each flag must be either on or off. You need to decide on one combination of those flags for one advertising packet, as there cannot be two "sets" of these flags. So if that are the flags that you refer to, then no, you cannot have two sets of flags.

    Regards,
    Terje

Children
Related