<?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>topic NXP FRDM KW36 : Is HCI snoop log possible or not? in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/NXP-FRDM-KW36-Is-HCI-snoop-log-possible-or-not/m-p/969087#M55195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, is it possible to capture HCI snoop log in&amp;nbsp;KW36 ? if yes, can you please share the procedure ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2019 10:15:48 GMT</pubDate>
    <dc:creator>pvelayu1</dc:creator>
    <dc:date>2019-06-25T10:15:48Z</dc:date>
    <item>
      <title>NXP FRDM KW36 : Is HCI snoop log possible or not?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/NXP-FRDM-KW36-Is-HCI-snoop-log-possible-or-not/m-p/969087#M55195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, is it possible to capture HCI snoop log in&amp;nbsp;KW36 ? if yes, can you please share the procedure ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2019 10:15:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/NXP-FRDM-KW36-Is-HCI-snoop-log-possible-or-not/m-p/969087#M55195</guid>
      <dc:creator>pvelayu1</dc:creator>
      <dc:date>2019-06-25T10:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: NXP FRDM KW36 : Is HCI snoop log possible or not?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/NXP-FRDM-KW36-Is-HCI-snoop-log-possible-or-not/m-p/969088#M55196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This log should be implemented by the host side, the&amp;nbsp;HCI&amp;nbsp;will send all the process that it is doing and the Host could decide if save the snoop log or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2019 20:58:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/NXP-FRDM-KW36-Is-HCI-snoop-log-possible-or-not/m-p/969088#M55196</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2019-06-27T20:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: NXP FRDM KW36 : Is HCI snoop log possible or not?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/NXP-FRDM-KW36-Is-HCI-snoop-log-possible-or-not/m-p/969089#M55197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/pvelayu1@visteon.com"&gt;pvelayu1@visteon.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;You can print HCI data through the serial port as follows, but it is not a btsnoop_hci file, the btsnoop_hci file has a specific file format,&amp;nbsp;it should be generated by an Android phone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="100%"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH&gt;Header 1&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;bleResult_t Ble_HciRecv1&lt;BR /&gt;(&lt;BR /&gt; hciPacketType_t packetType,&lt;BR /&gt; void* pPacket,&lt;BR /&gt; uint16_t packetSize&lt;BR /&gt;)&lt;BR /&gt;{&lt;BR /&gt; Serial_PrintHex(0, pPacket, packetSize, gPrtHexNewLine_c);&lt;BR /&gt; return Ble_HciRecv(packetType, pPacket,packetSize );&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;bleResult_t Hci_SendPacketToController1( hciPacketType_t packetType, void* pPacket, &lt;BR /&gt; uint16_t packetSize)&lt;BR /&gt;{&lt;BR /&gt; Serial_PrintHex(0, pPacket, packetSize, gPrtHexNewLine_c);&lt;BR /&gt; return Hci_SendPacketToController(packetType, pPacket, packetSize);&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;bleResult_t Ble_Initialize&lt;BR /&gt;(&lt;BR /&gt; gapGenericCallback_t gapGenericCallback&lt;BR /&gt;)&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;/* BLE Controller Init */&lt;BR /&gt; if (osaStatus_Success != Controller_Init(Ble_HciRecv1))&lt;BR /&gt; {&lt;BR /&gt; return gBleOsError_c;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;...&lt;BR /&gt; /* BLE Host Stack Init */&lt;BR /&gt; return Ble_HostInitialize(gapGenericCallback, &lt;BR /&gt; (hciHostToControllerInterface_t) Hci_SendPacketToController1);&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2019 08:28:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/NXP-FRDM-KW36-Is-HCI-snoop-log-possible-or-not/m-p/969089#M55197</guid>
      <dc:creator>xing_chang</dc:creator>
      <dc:date>2019-07-08T08:28:25Z</dc:date>
    </item>
  </channel>
</rss>

