<?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 Re: How to setup bluetooth HFP connection between two Freescale i.MX6 Solo boards? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-bluetooth-HFP-connection-between-two-Freescale-i/m-p/551503#M86239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not aware of HFP implementation for i.MX6, but one needs&lt;/P&gt;&lt;P&gt;to pay attention that for HFP PCM (I2S) path should be used between modem&lt;/P&gt;&lt;P&gt;and the codec, so feed 8K pcm voice stream to audio codec module like WM8962&lt;/P&gt;&lt;P&gt;on sabre reference board. As sabre does not has such connection, seems this&lt;/P&gt;&lt;P&gt;implementation is not feasible.&lt;/P&gt;&lt;P&gt;For info how to accomplish bluetooth HFP connection flow one can look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.bluetooth.org/TechnologyOverview/Pages/HFP.aspx" title="https://developer.bluetooth.org/TechnologyOverview/Pages/HFP.aspx"&gt;Hands-Free Profile | Bluetooth Development Portal&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jul 2016 23:52:38 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2016-07-29T23:52:38Z</dc:date>
    <item>
      <title>How to setup bluetooth HFP connection between two Freescale i.MX6 Solo boards?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-bluetooth-HFP-connection-between-two-Freescale-i/m-p/551502#M86238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;List some information as below:&lt;/P&gt;&lt;P&gt;Board: Reference i.MX6 Solo board&lt;/P&gt;&lt;P&gt;Yocto version: Poky (Yocto Project Reference Distro) 1.6.2&lt;/P&gt;&lt;P&gt;uname -a: Linux imx6solosabreauto 3.10.17-1.0.1_ga&lt;/P&gt;&lt;P&gt;bluez version: bluez5&lt;/P&gt;&lt;P&gt;ofono version: 1.14&lt;/P&gt;&lt;P&gt;pulseaudio version: 6.0&lt;/P&gt;&lt;P&gt;BT module: MARVELL88W8887&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We already get A2DP work between two Freescale i.MX6 Solo board, set one as A2DP audio source, set another as A2DP audio sink.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we want to setup bluetooth HFP connection between two Freescale i.MX6 Solo board.&lt;/P&gt;&lt;P&gt;We know that we have to set one as HFP AG role, set another as HFP HF role.&lt;/P&gt;&lt;P&gt;Base on bluetooth HFP specification V1.6, we need to accomplish service level connection initialization procedure.&lt;/P&gt;&lt;P&gt;After rfcomm connection setup, we only make HFP HF role send "AT+BRSF=&amp;lt;HF Supported features&amp;gt;", but HFP AG role can not response "+BRSF:&amp;lt;AG Supported features&amp;gt;", the service level connection stops due to the lack of HFP AG role setup.&lt;/P&gt;&lt;P&gt;We also try to bring up ofonod with --noplugin=hfp_bluez5 option to set HFP AG role, but no success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What daemon(bluetoothd, ofonod, pulseaudio) options or configuration need to be set while these daemons bring up as bluetooth HFP AG and HF role?&lt;/P&gt;&lt;P&gt;Is there any information to accomplish bluetooth HFP connection flow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Tor Wang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 07:52:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-bluetooth-HFP-connection-between-two-Freescale-i/m-p/551502#M86238</guid>
      <dc:creator>torwang</dc:creator>
      <dc:date>2016-07-29T07:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup bluetooth HFP connection between two Freescale i.MX6 Solo boards?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-bluetooth-HFP-connection-between-two-Freescale-i/m-p/551503#M86239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not aware of HFP implementation for i.MX6, but one needs&lt;/P&gt;&lt;P&gt;to pay attention that for HFP PCM (I2S) path should be used between modem&lt;/P&gt;&lt;P&gt;and the codec, so feed 8K pcm voice stream to audio codec module like WM8962&lt;/P&gt;&lt;P&gt;on sabre reference board. As sabre does not has such connection, seems this&lt;/P&gt;&lt;P&gt;implementation is not feasible.&lt;/P&gt;&lt;P&gt;For info how to accomplish bluetooth HFP connection flow one can look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.bluetooth.org/TechnologyOverview/Pages/HFP.aspx" title="https://developer.bluetooth.org/TechnologyOverview/Pages/HFP.aspx"&gt;Hands-Free Profile | Bluetooth Development Portal&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 23:52:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-setup-bluetooth-HFP-connection-between-two-Freescale-i/m-p/551503#M86239</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-07-29T23:52:38Z</dc:date>
    </item>
  </channel>
</rss>

