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

How to implement gatts characteristic broadcast?

Hi,

I try to make characteristic broadcasting through advertisement data packets.

Added these codes below, but no yet work. Is there any example for this work ?

    char_md.char_props.broadcast = 1;
   ........
    sd_ble_gatts_characteristic_add();

Thanks!

Related