<?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>It keeps malfunctioning when I want to send scan response data</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51881/it-keeps-malfunctioning-when-i-want-to-send-scan-response-data</link><description>Hi 
 I followed below tutorial, and I tried to send scan response data 
 https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial?CommentSortBy=CreatedDate&amp;amp;CommentSortOrder=Descending </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Sep 2019 08:24:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51881/it-keeps-malfunctioning-when-i-want-to-send-scan-response-data" /><item><title>RE: It keeps malfunctioning when I want to send scan response data</title><link>https://devzone.nordicsemi.com/thread/210022?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 08:24:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81db3865-70a7-490b-a5b5-08f2b84fb422</guid><dc:creator>zester926</dc:creator><description>&lt;p&gt;Hi Simonr&lt;br /&gt;&lt;br /&gt;Thank you! It helps me a lot!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: It keeps malfunctioning when I want to send scan response data</title><link>https://devzone.nordicsemi.com/thread/209978?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 06:30:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f5c7ff5-194b-4af6-9860-cb32058d6b99</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Baek&lt;/p&gt;
&lt;p&gt;The UUID of the peripheral has to be whitelisted by the central for the central to be able to discover it. So it would be the scan whitelist.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: It keeps malfunctioning when I want to send scan response data</title><link>https://devzone.nordicsemi.com/thread/209789?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 10:26:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2cb38db6-d2dc-4d6e-b7a0-404c71de62b7</guid><dc:creator>zester926</dc:creator><description>&lt;p&gt;Hi simonr!&lt;br /&gt;&lt;br /&gt;Thank you, for helping me!&lt;br /&gt;&lt;br /&gt;Does this whitelist mean advertising whitelist? or scan whitelist?&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: It keeps malfunctioning when I want to send scan response data</title><link>https://devzone.nordicsemi.com/thread/209764?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 07:54:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68b0db16-a4d0-44ff-a4fc-1aa7b18697bc</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Baek&lt;/p&gt;
&lt;p&gt;Nice job! Correct, the peripheral&amp;#39;s UUID has to match in the central&amp;#39;s UUID &amp;quot;whitelist&amp;quot; in order to find it.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: It keeps malfunctioning when I want to send scan response data</title><link>https://devzone.nordicsemi.com/thread/209712?ContentTypeID=1</link><pubDate>Sat, 14 Sep 2019 12:07:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:126e3eca-1303-47ed-a3b2-6a1d5432e195</guid><dc:creator>zester926</dc:creator><description>&lt;p&gt;Hi Simonr!&lt;br /&gt;&lt;br /&gt;Thank you for advisement! The problem was uuid and uuid type! When I changed it like below, It works well&lt;pre class="ui-code" data-mode="c_cpp"&gt;static ble_uuid_t const m_nus_uuid =
{
    .uuid = BLE_UUID_DEVICE_INFORMATION_SERVICE,
    .type = BLE_UUID_TYPE_BLE
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Then, Is it not the problem for using different service UUID(not using BLE_UUID_NUS_SERVICE in uart project)? Just, the sameness of uuid between central and peripheral is important?&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: It keeps malfunctioning when I want to send scan response data</title><link>https://devzone.nordicsemi.com/thread/209517?ContentTypeID=1</link><pubDate>Fri, 13 Sep 2019 05:44:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2b02da65-3c02-4941-98f3-fe0b8e176c8f</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Baek&lt;/p&gt;
&lt;p&gt;It should not be any different than implementing it into the ble_app_template project. Just follow the steps you did in the ble_app_template project in a ble_app_uart and the scan response should work there as well.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: It keeps malfunctioning when I want to send scan response data</title><link>https://devzone.nordicsemi.com/thread/209414?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2019 12:00:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f298b722-2a10-4990-8ff6-cfd5193673f0</guid><dc:creator>zester926</dc:creator><description>&lt;p&gt;Hi Simonr&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I tried to send scan response data using the project, ble_app_template.&lt;/p&gt;
&lt;p&gt;And It works very well! but If I want to send it at ble_app_uart, which should I change?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: It keeps malfunctioning when I want to send scan response data</title><link>https://devzone.nordicsemi.com/thread/209376?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2019 10:32:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5280137e-721d-4a45-ab68-f78c9178a0bb</guid><dc:creator>zester926</dc:creator><description>&lt;p&gt;Thank you Simonr!&lt;/p&gt;
&lt;p&gt;Yes, I&amp;#39;m using the nRF52840 DK!&lt;br /&gt;I&amp;#39;ll share the status after I do the project which you told me.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: It keeps malfunctioning when I want to send scan response data</title><link>https://devzone.nordicsemi.com/thread/208863?ContentTypeID=1</link><pubDate>Tue, 10 Sep 2019 10:39:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ec3bcd2-3eab-4d37-b956-c3bf358567ba</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Baek&lt;/p&gt;
&lt;p&gt;Do you use the nRF52840 DK? In that case, just do the tutorials using the S140 SoftDevice version of the project (&lt;span&gt;&lt;strong&gt;ble_app_template_pca10056_s140&lt;/strong&gt;)&amp;nbsp;&lt;/span&gt;instead of the S132. There should be no major changes necessary.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: It keeps malfunctioning when I want to send scan response data</title><link>https://devzone.nordicsemi.com/thread/208859?ContentTypeID=1</link><pubDate>Tue, 10 Sep 2019 10:18:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c73cb9c4-a9a3-4732-9b18-a51a162eb9a2</guid><dc:creator>zester926</dc:creator><description>&lt;p&gt;ahh, thank you!&lt;br /&gt;I found that It uses s132 but, I&amp;#39;m using s140.&lt;br /&gt;Would it be problem?&lt;br /&gt;and Can I follow second tutorial with s140?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: It keeps malfunctioning when I want to send scan response data</title><link>https://devzone.nordicsemi.com/thread/208618?ContentTypeID=1</link><pubDate>Mon, 09 Sep 2019 09:13:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b3ba6d7a-0164-4440-b96f-41bf5d69f46e</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Baek&lt;/p&gt;
&lt;p&gt;For some reason, the full scan response data &amp;quot;setup&amp;quot; isn&amp;#39;t included in the first tutorial. Please check out &lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial"&gt;this tutorial&lt;/a&gt; as well, for the full guide to set up a scan response. &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/11175/scan-response"&gt;This post&lt;/a&gt; also has a&amp;nbsp;brief but good explanation of how a scan response should be set up.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>