<?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 use PCA 10028 as ble central</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26143/how-to-use-pca-10028-as-ble-central</link><description>I&amp;#39;m planning to use nRF51422 QFAAE00 as ble central. I try to compile the SDKv10.0.0\examples\ble_central\ble_app_hrs_c and SD130. And another one as ble peripheral using ble_app_hrs example with whitelist enabled. But after pairing, ble central couldn</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Oct 2017 15:26:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26143/how-to-use-pca-10028-as-ble-central" /><item><title>RE: How to use PCA 10028 as ble central</title><link>https://devzone.nordicsemi.com/thread/103022?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 15:26:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:166e3984-ff0d-4334-a641-5b98dadd24cd</guid><dc:creator>Hai Nguyen</dc:creator><description>&lt;p&gt;Thank you for your answer. I have a filter in the adv report that requires the adv response, then it makes some confuse for me. Now I understand it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use PCA 10028 as ble central</title><link>https://devzone.nordicsemi.com/thread/103021?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 12:49:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f961e27f-5332-45a5-9ea1-e4e96877a521</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;You can find the definition of active field in ble_gap.h:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;uint8_t  active         : 1;  /**&amp;lt; If 1, perform active scanning (scan requests). */
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Active scanning means that the scanner send a scan request after it receives the advertising packet. The advertiser will send a scan response with additional data after that. (the second adv data packet you set up when you setup advertising data)&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t see any relation between active scanning and whitelisting or connection establishing here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use PCA 10028 as ble central</title><link>https://devzone.nordicsemi.com/thread/103020?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2017 13:08:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dafb3e42-1f99-48f5-84a7-d68d973f82ec</guid><dc:creator>Hai Nguyen</dc:creator><description>&lt;p&gt;Hi Hung Bui, I found the reason that have to set the m_scan_param.active  = 1. But I don&amp;#39;t understand clearly this parameter. I see in the hrs example, it&amp;#39;s set to zero that works normally. Can you explain for me?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use PCA 10028 as ble central</title><link>https://devzone.nordicsemi.com/thread/103019?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2017 11:35:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a81b47a4-86bc-49c4-ad98-bdf9f2060dd8</guid><dc:creator>Hai Nguyen</dc:creator><description>&lt;p&gt;Thanks for your support. After reset, the erase_bond flag is not set when the device is booting. But I check the irk_count = 0 and addr_count = 1 when starting advertising&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to use PCA 10028 as ble central</title><link>https://devzone.nordicsemi.com/thread/103018?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2017 09:20:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a30ae23-887d-4847-8ba6-1b5b8e4b1129</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Hải,&lt;/p&gt;
&lt;p&gt;In you test, have you reset the peripheral/central board after bonding ? You may want to check if the erase_bond flag is set or not when the device is booting.&lt;/p&gt;
&lt;p&gt;You meant there is no bonding information on the peripheral, then whitelist shouldn&amp;#39;t take any effect. Could you check the irk_count and addr_count inside m_whitelist when starting advertising ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>