<?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 Bluetooth interface not found in Embedded Software and Tools Clinic</title>
    <link>https://community.nxp.com/t5/Embedded-Software-and-Tools/Bluetooth-interface-not-found/m-p/1445613#M256</link>
    <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;I'm tryint to use bluetooth interface on my ev board (iMX8 with yocto) whit a sample program.&lt;/P&gt;&lt;P&gt;The firs instruction of this applicatio is :&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;hci_get_route&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;but it returns a errno code "no such device" so I try to run\activate the BT interface via :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;systemctl enable bluetooth.service
systemctl start bluetooth.service&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;and check the state with&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;systemctl status bluetooth.service&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;and the response is "running" but the problem on&amp;nbsp;&amp;nbsp;hci_get_route call persist.&lt;BR /&gt;I've tryed also via shell with&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;hcitool dev&lt;/LI-CODE&gt;&lt;P&gt;to discover the bluetooth interface but the response is empty.&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2022 09:17:52 GMT</pubDate>
    <dc:creator>Ratataplam</dc:creator>
    <dc:date>2022-04-19T09:17:52Z</dc:date>
    <item>
      <title>Bluetooth interface not found</title>
      <link>https://community.nxp.com/t5/Embedded-Software-and-Tools/Bluetooth-interface-not-found/m-p/1445613#M256</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;I'm tryint to use bluetooth interface on my ev board (iMX8 with yocto) whit a sample program.&lt;/P&gt;&lt;P&gt;The firs instruction of this applicatio is :&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;hci_get_route&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;but it returns a errno code "no such device" so I try to run\activate the BT interface via :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;systemctl enable bluetooth.service
systemctl start bluetooth.service&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;and check the state with&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;systemctl status bluetooth.service&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;and the response is "running" but the problem on&amp;nbsp;&amp;nbsp;hci_get_route call persist.&lt;BR /&gt;I've tryed also via shell with&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;hcitool dev&lt;/LI-CODE&gt;&lt;P&gt;to discover the bluetooth interface but the response is empty.&lt;/P&gt;&lt;P&gt;Any suggestion?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 09:17:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Embedded-Software-and-Tools/Bluetooth-interface-not-found/m-p/1445613#M256</guid>
      <dc:creator>Ratataplam</dc:creator>
      <dc:date>2022-04-19T09:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth interface not found</title>
      <link>https://community.nxp.com/t5/Embedded-Software-and-Tools/Bluetooth-interface-not-found/m-p/1445746#M257</link>
      <description>&lt;P&gt;The solution is, via command lines, types :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;1) brcm_patchram_plus --patchram /etc/firmware/BCM43430A1.1DX.hcd --enable_hci --no2bytes --tosleep 50000 --baudrate 1000000 --use_baudrate_for_download /dev/ttyUSB0 &amp;amp; hciconfig -a

2) hciattach /dev/ttyUSB0 any

3) hciconfig hci0 up&lt;/LI-CODE&gt;&lt;P&gt;after this 3 steps&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;hcitool dev&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;show the bt interface and the call at&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;hci_get_route &lt;/LI-CODE&gt;&lt;P&gt;works. The step 1 is not necessary after hw reboot, you need only to execute step 2 &amp;amp; 3&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 11:28:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Embedded-Software-and-Tools/Bluetooth-interface-not-found/m-p/1445746#M257</guid>
      <dc:creator>Ratataplam</dc:creator>
      <dc:date>2022-04-19T11:28:17Z</dc:date>
    </item>
  </channel>
</rss>

