<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Wireless MCUのトピックRe: bluetooth/scanning mode</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/bluetooth-scanning-mode/m-p/1078995#M9755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bin, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.- It is possible to configure which channels a device will advertise on, by changing the Advertising Parameters Structure in the app_config.c source file.&lt;/P&gt;&lt;P&gt;However, currently there's no implementation to change the channels in which the device will scan for advertising devices.&lt;/P&gt;&lt;P&gt;I'm sorry for the inconveniences this may cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.- According to the BLE Core Specification v5.0, the &lt;STRONG&gt;ScanInterval&lt;/STRONG&gt; is defined as the interval between two consecutive Scan Windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;ScanWindow&lt;/STRONG&gt; is defined as the interval in which the Link Layer is listening on a primary advertising channel index, searching for advertising devices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.- Scanning works by starting on a determined channel, like channel 37 for example, scanning that channel for an interval of the &lt;STRONG&gt;ScanWindow&lt;/STRONG&gt; value, then waiting for the &lt;STRONG&gt;ScanInterval&lt;/STRONG&gt; to finish so it can start scanning on the next channel for another &lt;STRONG&gt;ScanWindow&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more information, could you please take a look at the BLE Core Specification, which can be found on the Bluetooth SIG website, &lt;A href="https://www.bluetooth.com/specifications/archived-specifications/"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you have any other questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Apr 2020 20:34:55 GMT</pubDate>
    <dc:creator>Sebastian_Del_Rio</dc:creator>
    <dc:date>2020-04-10T20:34:55Z</dc:date>
    <item>
      <title>bluetooth/scanning mode</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/bluetooth-scanning-mode/m-p/1078994#M9754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some questions,the details are as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Q1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; In Bluetooth program development, the device is in scanning mode. I want to get the channel address, 37, 38, 39. Which channel is Bluetooth broadcasting? In the SDK of kw36, which function can get the channel?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; If I only want to receive a fixed channel (37) when scanning, can I? If&amp;nbsp; I can, where to modify the program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Q2:&amp;nbsp;&lt;/STRONG&gt; How to understand these parameters?&lt;STRONG&gt;scan interval,&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;scan window&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10.5pt; "&gt;Q3:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10.5pt; "&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/105575i05C809737B9D3E11/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 10.5pt; "&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;How is the scanning work?&lt;/SPAN&gt;Especially in sequential communication?Is it&lt;SPAN style="font-size: 10.5pt; color: black;"&gt;&amp;nbsp;a full scan of channels 37, 38 and 39,Then take a rest and repeat the operation. I refer to the "ble_shell_bm" in the SDK software, and run gap scanstart&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2020 00:53:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/bluetooth-scanning-mode/m-p/1078994#M9754</guid>
      <dc:creator>bin_wang</dc:creator>
      <dc:date>2020-04-09T00:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: bluetooth/scanning mode</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/bluetooth-scanning-mode/m-p/1078995#M9755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bin, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.- It is possible to configure which channels a device will advertise on, by changing the Advertising Parameters Structure in the app_config.c source file.&lt;/P&gt;&lt;P&gt;However, currently there's no implementation to change the channels in which the device will scan for advertising devices.&lt;/P&gt;&lt;P&gt;I'm sorry for the inconveniences this may cause.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.- According to the BLE Core Specification v5.0, the &lt;STRONG&gt;ScanInterval&lt;/STRONG&gt; is defined as the interval between two consecutive Scan Windows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;ScanWindow&lt;/STRONG&gt; is defined as the interval in which the Link Layer is listening on a primary advertising channel index, searching for advertising devices.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.- Scanning works by starting on a determined channel, like channel 37 for example, scanning that channel for an interval of the &lt;STRONG&gt;ScanWindow&lt;/STRONG&gt; value, then waiting for the &lt;STRONG&gt;ScanInterval&lt;/STRONG&gt; to finish so it can start scanning on the next channel for another &lt;STRONG&gt;ScanWindow&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more information, could you please take a look at the BLE Core Specification, which can be found on the Bluetooth SIG website, &lt;A href="https://www.bluetooth.com/specifications/archived-specifications/"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you have any other questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2020 20:34:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/bluetooth-scanning-mode/m-p/1078995#M9755</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-04-10T20:34:55Z</dc:date>
    </item>
  </channel>
</rss>

