<?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>i.MX ProcessorsのトピックRe: iMX8 Bluetooth HFP</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX8-Bluetooth-HFP/m-p/1963415#M229006</link>
    <description>&lt;P&gt;Hello, thanks for the reply. In my yocto image I am adding these lines:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IMAGE_INSTALL:&lt;/SPAN&gt;&lt;SPAN&gt;append&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;" pulseaudio"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DISTRO_FEATURES:&lt;/SPAN&gt;&lt;SPAN&gt;append&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;" pulseaudio"&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;However the pulseaudio is not recognized has I cannot check the vesion or use commands like "pactl"&lt;BR /&gt;&lt;BR /&gt;Kind regards.&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 27 Sep 2024 08:42:30 GMT</pubDate>
    <dc:creator>Jose_Portilha</dc:creator>
    <dc:date>2024-09-27T08:42:30Z</dc:date>
    <item>
      <title>iMX8 Bluetooth HFP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8-Bluetooth-HFP/m-p/1962610#M228953</link>
      <description>&lt;P&gt;Hello, I am working with an iMX8 Nitrogen8M Plus board and I am trying to use the HFP bluetooth profile so when I connect my smartphone to the board I can receive calls through the board speakers. When I use media applications (like Youtube) the audio works on the board without problems but when it comes to phone calls it does not work.&lt;/P&gt;&lt;P&gt;The board has a LWB5+ Wifi/Bluetooth module, my first question is if this module supports the HFP profile because the datasheet is not clear about.&lt;/P&gt;&lt;P&gt;Secondly, I am using an Yocto image, is there any configuration or package needed to make this profile work to support calls?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 10:27:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8-Bluetooth-HFP/m-p/1962610#M228953</guid>
      <dc:creator>Jose_Portilha</dc:creator>
      <dc:date>2024-09-26T10:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8 Bluetooth HFP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8-Bluetooth-HFP/m-p/1962877#M228976</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I suggest you confirm with module manufacturer if HFP is supported.&lt;/P&gt;
&lt;P&gt;If its supported, once hci0 is up, you need to follow the next steps:&lt;/P&gt;
&lt;P&gt;Start HCI-Dump Log&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;hcidump -Xt &amp;gt;&amp;gt; hcidump1.log &amp;amp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Setup pulseaudio&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;pulseaudio --start --log-target=syslog &amp;amp;&lt;/LI&gt;
&lt;LI&gt;pacmd set-default-sink 2&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Start bluetooth-player&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;/usr/bin/bluetooth-player &amp;amp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Open a new terminal start bluetoothctl&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;/usr/bin/bluetoothctl&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Connect to Android Phone from bluetoothctl terminal&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;power on&lt;/LI&gt;
&lt;LI&gt;agent on&lt;/LI&gt;
&lt;LI&gt;default-agent&lt;/LI&gt;
&lt;LI&gt;scan on&lt;/LI&gt;
&lt;LI&gt;Wait to see name of desired device and BD Addr&lt;/LI&gt;
&lt;LI&gt;scan off&lt;/LI&gt;
&lt;LI&gt;connect &amp;lt;BD_Address&amp;gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Play music from Phone&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 18:17:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8-Bluetooth-HFP/m-p/1962877#M228976</guid>
      <dc:creator>JorgeCas</dc:creator>
      <dc:date>2024-09-26T18:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8 Bluetooth HFP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8-Bluetooth-HFP/m-p/1963415#M229006</link>
      <description>&lt;P&gt;Hello, thanks for the reply. In my yocto image I am adding these lines:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IMAGE_INSTALL:&lt;/SPAN&gt;&lt;SPAN&gt;append&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;" pulseaudio"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DISTRO_FEATURES:&lt;/SPAN&gt;&lt;SPAN&gt;append&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;" pulseaudio"&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;However the pulseaudio is not recognized has I cannot check the vesion or use commands like "pactl"&lt;BR /&gt;&lt;BR /&gt;Kind regards.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Sep 2024 08:42:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8-Bluetooth-HFP/m-p/1963415#M229006</guid>
      <dc:creator>Jose_Portilha</dc:creator>
      <dc:date>2024-09-27T08:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8 Bluetooth HFP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8-Bluetooth-HFP/m-p/1963683#M229032</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You should check the available packages on the BSP by running:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ bitbake -s&lt;/LI-CODE&gt;
&lt;P&gt;You can search for the pulseaudio available packages using grep:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$ bitbake -s | grep pulseaudio&lt;/LI-CODE&gt;
&lt;P&gt;As you mention, to add any package you need to use the following in your conf/local.conf file:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IMAGE_INSTALL_append = “ package”&lt;/LI-CODE&gt;
&lt;P&gt;Please try with:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;IMAGE_INSTALL:append = “ pulseaudio pulseaudio-server pulseaudio-misc”
DISTRO_FEATURES:append = “ pulseaudio”&lt;/LI-CODE&gt;
&lt;P&gt;You can use "&lt;STRONG&gt;/imx-yocto-bsp/sources/meta-imx/meta-imx-bsp/recipes-multimedia/pulseaudio&lt;/STRONG&gt;" recipe as example.&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 17:15:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8-Bluetooth-HFP/m-p/1963683#M229032</guid>
      <dc:creator>JorgeCas</dc:creator>
      <dc:date>2024-09-27T17:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8 Bluetooth HFP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8-Bluetooth-HFP/m-p/1968693#M229394</link>
      <description>&lt;P&gt;Hello, thanks for your reply. I have sucessfuly managed to install the pulseaudio server on my image as can I now execute commands as 'pactl list' and 'paplay' to reproduce a sample audio file. However whenever I connect my smartphone to the board via bluetooth I am not able to get the sound from voice calls to come out from the board jack.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The controller seems to support the HFP profile, as the UUID for that profile is shown on bluetoothctl and whenever I make a connection I need to accept a service with the respective UUID. Do you have any idea of how can I route the audio from my smartphone to the jack output?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 08:02:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8-Bluetooth-HFP/m-p/1968693#M229394</guid>
      <dc:creator>Jose_Portilha</dc:creator>
      <dc:date>2024-10-08T08:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: iMX8 Bluetooth HFP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8-Bluetooth-HFP/m-p/1974362#M229712</link>
      <description>&lt;P&gt;Hello again, whenever I try to make a call I get these logs from PulseAudio. Do you know if its related with the bluetooth module itself or rather with some kind of audio configuration?&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 14:20:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8-Bluetooth-HFP/m-p/1974362#M229712</guid>
      <dc:creator>Jose_Portilha</dc:creator>
      <dc:date>2024-10-15T14:20:28Z</dc:date>
    </item>
  </channel>
</rss>

