<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to implement gatts characteristic broadcast?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6393/how-to-implement-gatts-characteristic-broadcast</link><description>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();</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 13 Apr 2015 03:12:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6393/how-to-implement-gatts-characteristic-broadcast" /><item><title>RE: How to implement gatts characteristic broadcast?</title><link>https://devzone.nordicsemi.com/thread/22288?ContentTypeID=1</link><pubDate>Mon, 13 Apr 2015 03:12:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea56deb9-a31e-4daf-a163-e943634f4600</guid><dc:creator>YeLun</dc:creator><description>&lt;p&gt;OK, I got.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to implement gatts characteristic broadcast?</title><link>https://devzone.nordicsemi.com/thread/22287?ContentTypeID=1</link><pubDate>Fri, 10 Apr 2015 07:19:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:809c8299-c3e9-402f-9bdb-aee17a055ae7</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi Yelun,&lt;/p&gt;
&lt;p&gt;broadcasting service data needs to be done manually by the app, by placing the data in the advertising packets.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;char_md.char_props.broadcast = 1;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;that bit is just to let the peer write to it to enable and disable that advertising
it&amp;#39;s like notifications. The peer can enable and disable them, but once enabled the app still needs to call sd_ble_gatts_hvx() it&amp;#39;s not done automatically by the stack.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>