<?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>broadcaster and observer mode example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26204/broadcaster-and-observer-mode-example</link><description>Hi,
I did not find any example about broadcaster and observer mode example . Can you give me advice ?
Regards .</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Oct 2017 03:36:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26204/broadcaster-and-observer-mode-example" /><item><title>RE: broadcaster and observer mode example</title><link>https://devzone.nordicsemi.com/thread/103210?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 03:36:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e12040c1-8ed7-43eb-958c-9d21cc952d34</guid><dc:creator>BLE-Stack</dc:creator><description>&lt;p&gt;Hi endnode,I read function is_uuid_present() and clones at &lt;a href="http://codepad.org/kNHfO29A"&gt;http://codepad.org/kNHfO29A&lt;/a&gt; . Can you check it for me ? Thank !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: broadcaster and observer mode example</title><link>https://devzone.nordicsemi.com/thread/103209?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 03:00:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a17aca0-227c-4225-b00a-ccf360e725c8</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Yes I do: read the documentation, study the examples. Yes, there is only one data structure coming to the BLE events&amp;#39; callback function, all the data are there. Just list the right part and parse the data. If your advertiser is GAP compliant then you can steal some parsing functions from the example to traverse through AD objects one by one, find what you want (like complete or incomplete list of 16 or 128-bit UUIDs) and act accordingly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: broadcaster and observer mode example</title><link>https://devzone.nordicsemi.com/thread/103208?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 02:52:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ee1c507-2474-487e-9553-bbc5dd310aae</guid><dc:creator>BLE-Stack</dc:creator><description>&lt;p&gt;Hi , if it true . How can get data and UUID of advertising for send to uart ? what function can help ? I find is_uuid_present() . Do you have any suggestions?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: broadcaster and observer mode example</title><link>https://devzone.nordicsemi.com/thread/103207?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 02:37:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d997f3e0-7ed2-4ad3-a8ef-e0f3dfa6b999</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;BINGO!   !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: broadcaster and observer mode example</title><link>https://devzone.nordicsemi.com/thread/103206?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 02:05:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76b61351-b924-4375-90ff-2eb297435786</guid><dc:creator>BLE-Stack</dc:creator><description>&lt;p&gt;Hi , So if I use beacon example for my peripheral board and ble_app_central_c example for my central board , I can find advertising of peripheral board at BLE_GAP_EVT_ADV_REPORT event of central board&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: broadcaster and observer mode example</title><link>https://devzone.nordicsemi.com/thread/103205?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 01:22:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48f902fc-7be3-486d-a6fa-b8ee5a0177b6</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;For observer simply collect ADV reports and don&amp;#39;t initiate connection. There is &lt;code&gt;sd_ble_gap_scan_start&lt;/code&gt; function and &lt;code&gt;BLE_GAP_EVT_ADV_REPORT&lt;/code&gt; event, see e.g. &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.1.0/ble_sdk_app_hrc.html?cp=4_0_0_4_2_0_1"&gt;this example&lt;/a&gt; and &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v5.0.0/group___b_l_e___g_a_p___s_c_a_n___m_s_c.html"&gt;this sequence chart&lt;/a&gt;. Broadcaster is implemented in &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.1.0/ble_sdk_app_beacon.html?cp=4_0_0_4_2_2_2"&gt;Beacon example&lt;/a&gt;. What exactly you don&amp;#39;t understand?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: broadcaster and observer mode example</title><link>https://devzone.nordicsemi.com/thread/103204?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 01:05:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f482bba7-f9b7-4ecb-b5ac-fccf86621e9f</guid><dc:creator>BLE-Stack</dc:creator><description>&lt;p&gt;If I want to send data from 2 board peripheral to board central and does not make a connection . Give me advice , thank !!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: broadcaster and observer mode example</title><link>https://devzone.nordicsemi.com/thread/103203?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 00:15:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:786aacfe-3dc1-4d6d-9558-afeff5995ee2</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Broadcaster that&amp;#39;s beacon, observer is part of basically every Central example. What exactly you expect?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>