<?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>Implementing whitelisting on a consumer product</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40631/implementing-whitelisting-on-a-consumer-product</link><description>Hi, 
 I am working on developing a consumer product. I need to provide some security to product in the sense that not everyone can connect to the BLE of the product. For example, having a BLE lamp, you won’t want your neighbor to connect to the lamp and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Nov 2018 15:06:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40631/implementing-whitelisting-on-a-consumer-product" /><item><title>RE: Implementing whitelisting on a consumer product</title><link>https://devzone.nordicsemi.com/thread/158693?ContentTypeID=1</link><pubDate>Thu, 22 Nov 2018 15:06:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:086e54d3-e0ea-4b04-8722-1de3cc192efc</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There is one other option, when the peripheral start advertising it can setup a whitelist for scan request or connection requests.&lt;/p&gt;
&lt;p&gt;If it setup whitelist for connection requests, but no whitelist for scan requests, then the peripheral can receive a&amp;nbsp;&lt;em&gt;BLE_GAP_EVT_SCAN_REQ_REPORT&lt;/em&gt;&lt;span&gt;&amp;nbsp;for every time a central send a scan request:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.0/structble__gap__evt__scan__req__report__t.html?cp=2_3_1_1_0_2_1_4_47"&gt;http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.0/structble__gap__evt__scan__req__report__t.html?cp=2_3_1_1_0_2_1_4_47&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;&lt;em&gt;BLE_GAP_EVT_SCAN_REQ_REPORT&amp;nbsp;&lt;/em&gt;contain the RSSI value and peer address. The peripheral can then based on the RSSI value decide to add the peer address to the whitelist to allow connection request.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implementing whitelisting on a consumer product</title><link>https://devzone.nordicsemi.com/thread/158524?ContentTypeID=1</link><pubDate>Thu, 22 Nov 2018 05:33:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b21951a-1aae-4bce-830b-c3b75aa14f35</guid><dc:creator>Chukwuemeka</dc:creator><description>&lt;p&gt;To my knowledge, the HID examples are hard coded with the desired addresses for whitelisting. My question was how can I add an address for whitelisting by measuring the RSSI. In that way, the customers can add their addresses to the whitelist when they buy the product.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implementing whitelisting on a consumer product</title><link>https://devzone.nordicsemi.com/thread/157959?ContentTypeID=1</link><pubDate>Mon, 19 Nov 2018 12:57:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d92d7f8-aac8-4f08-8eb5-ffcc51bf2fa1</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Typically the BLE peripheral HID examples (mouse and keyboard) show how to enable and use whitelisting.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>