<?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: Bluetooth A2DP off state, imx8mp Azure wave. in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-A2DP-off-state-imx8mp-Azure-wave/m-p/1957008#M228603</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Got it, thank you for the information.&lt;/P&gt;
&lt;P&gt;A2DP works on UART interface and HSP/HFP protocol works on PCM interface.&lt;/P&gt;
&lt;P&gt;Once hci0 is up, you need to follow the next steps:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Start HCI-Dump Log&lt;/STRONG&gt;&lt;BR /&gt;hcidump -Xt &amp;gt;&amp;gt; hcidump1.log &amp;amp;&lt;BR /&gt;&lt;STRONG&gt;Setup pulseaudio&lt;/STRONG&gt;&lt;BR /&gt;pulseaudio --start --log-target=syslog &amp;amp;&lt;BR /&gt;pacmd set-default-sink 2&lt;BR /&gt;&lt;STRONG&gt;Start bluetooth-player&lt;/STRONG&gt;&lt;BR /&gt;/usr/bin/bluetooth-player &amp;amp;&lt;BR /&gt;&lt;STRONG&gt;Open a new terminal start bluetoothctl&lt;/STRONG&gt;&lt;BR /&gt;/usr/bin/bluetoothctl&lt;BR /&gt;&lt;STRONG&gt;Connect to Android Phone from bluetoothctl terminal&lt;/STRONG&gt;&lt;BR /&gt;power on&lt;BR /&gt;agent on&lt;BR /&gt;default-agent&lt;BR /&gt;scan on&lt;BR /&gt;Wait to see name of desired device and BD Addr&lt;BR /&gt;scan off&lt;BR /&gt;connect &amp;lt;BD_Address&amp;gt;&lt;BR /&gt;&lt;STRONG&gt;Play music from Phone&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2024 23:15:13 GMT</pubDate>
    <dc:creator>JorgeCas</dc:creator>
    <dc:date>2024-09-18T23:15:13Z</dc:date>
    <item>
      <title>Bluetooth A2DP off state, imx8mp Azure wave.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-A2DP-off-state-imx8mp-Azure-wave/m-p/1955203#M228464</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;When i connect with bluetooth device i see only&amp;nbsp;handsfree_head_unit in yes, but A2DP why ?&lt;BR /&gt;How do i set both profiles available.&lt;BR /&gt;&lt;BR /&gt;Card #5&lt;BR /&gt;Name: bluez_card.DB_56_7E_A2_02_60&lt;BR /&gt;Driver: module-bluez5-device.c&lt;BR /&gt;Owner Module: 25&lt;BR /&gt;Properties:&lt;BR /&gt;device.description = "Mivi Roam 2"&lt;BR /&gt;device.string = "DB:56:7E:A2:02:60"&lt;BR /&gt;device.api = "bluez"&lt;BR /&gt;device.class = "sound"&lt;BR /&gt;device.bus = "bluetooth"&lt;BR /&gt;device.form_factor = "headset"&lt;BR /&gt;bluez.path = "/org/bluez/hci0/dev_DB_56_7E_A2_02_60"&lt;BR /&gt;bluez.class = "0x340404"&lt;BR /&gt;bluez.alias = "Mivi Roam 2"&lt;BR /&gt;bluetooth.battery = "90%"&lt;BR /&gt;device.icon_name = "audio-headset-bluetooth"&lt;BR /&gt;device.intended_roles = "phone"&lt;BR /&gt;bluetooth.codec = "CVSD"&lt;BR /&gt;Profiles:&lt;BR /&gt;a2dp_sink: High Fidelity Playback (A2DP Sink) (sinks: 1, sources: 0, priority: 40, available: no)&lt;BR /&gt;handsfree_head_unit: Handsfree Head Unit (HFP) (sinks: 1, sources: 1, priority: 30, available: yes)&lt;BR /&gt;off: Off (sinks: 0, sources: 0, priority: 0, available: yes)&lt;BR /&gt;Active Profile: handsfree_head_unit&lt;BR /&gt;Ports:&lt;BR /&gt;headset-output: Headset (type: Headset, priority: 0, latency offset: 0 usec, availability unknown)&lt;BR /&gt;Part of profile(s): a2dp_sink, handsfree_head_unit&lt;BR /&gt;headset-input: Headset (type: Headset, priority: 0, latency offset: 0 usec, availability unknown)&lt;BR /&gt;Part of profile(s): handsfree_head_unit&lt;BR /&gt;&lt;BR /&gt;cat /etc/pulse/default.pa&lt;/P&gt;&lt;P&gt;### Automatically load driver modules for Bluetooth hardware&lt;BR /&gt;.ifexists module-bluetooth-policy.so&lt;BR /&gt;load-module module-bluetooth-policy&lt;BR /&gt;.endif&lt;/P&gt;&lt;P&gt;.ifexists module-bluetooth-discover.so&lt;BR /&gt;load-module module-bluetooth-discover headset=native&lt;BR /&gt;.endif&lt;BR /&gt;load-module module-switch-on-connect&lt;BR /&gt;load-module module-bluez5-device&lt;BR /&gt;load-module module-bluez5-discover&lt;BR /&gt;///////////////////////&lt;/P&gt;&lt;P&gt;with the above if i set headset to auto or ofono devices doesn't show up in the pactl list.&lt;/P&gt;&lt;P&gt;/////////////////////////////&lt;/P&gt;&lt;P&gt;cat /etc/bluetooth/main.conf&lt;/P&gt;&lt;P&gt;[General]&lt;BR /&gt;Enable=Control,Gateway,Headset,Media,Sink,Source,socket&lt;BR /&gt;MultiProfile=multiple&lt;BR /&gt;#Disable=socket&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 12:57:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-A2DP-off-state-imx8mp-Azure-wave/m-p/1955203#M228464</guid>
      <dc:creator>MJD</dc:creator>
      <dc:date>2024-09-16T12:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth A2DP off state, imx8mp Azure wave.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-A2DP-off-state-imx8mp-Azure-wave/m-p/1955726#M228497</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Sink profile is supported until version 12.1.0_2.0.0.&lt;/P&gt;
&lt;P&gt;A2DP Sink is implemented in Android but is not enabled by default(A2DP Source is the default option).&lt;/P&gt;
&lt;P&gt;In Andorid_User's_Gudie, it showed how to enable A2DP Sink profile, but to make A2DP Sink work it still needs other configurations.&lt;/P&gt;
&lt;P&gt;As automotive BSP configures android as A2DP sink, I suggest you check Automotive specific configs for reference.&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 16:03:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-A2DP-off-state-imx8mp-Azure-wave/m-p/1955726#M228497</guid>
      <dc:creator>JorgeCas</dc:creator>
      <dc:date>2024-09-17T16:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth A2DP off state, imx8mp Azure wave.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-A2DP-off-state-imx8mp-Azure-wave/m-p/1956070#M228524</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/203308"&gt;@JorgeCas&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are working in linux yocto build.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 01:55:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-A2DP-off-state-imx8mp-Azure-wave/m-p/1956070#M228524</guid>
      <dc:creator>MJD</dc:creator>
      <dc:date>2024-09-18T01:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bluetooth A2DP off state, imx8mp Azure wave.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-A2DP-off-state-imx8mp-Azure-wave/m-p/1957008#M228603</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Got it, thank you for the information.&lt;/P&gt;
&lt;P&gt;A2DP works on UART interface and HSP/HFP protocol works on PCM interface.&lt;/P&gt;
&lt;P&gt;Once hci0 is up, you need to follow the next steps:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Start HCI-Dump Log&lt;/STRONG&gt;&lt;BR /&gt;hcidump -Xt &amp;gt;&amp;gt; hcidump1.log &amp;amp;&lt;BR /&gt;&lt;STRONG&gt;Setup pulseaudio&lt;/STRONG&gt;&lt;BR /&gt;pulseaudio --start --log-target=syslog &amp;amp;&lt;BR /&gt;pacmd set-default-sink 2&lt;BR /&gt;&lt;STRONG&gt;Start bluetooth-player&lt;/STRONG&gt;&lt;BR /&gt;/usr/bin/bluetooth-player &amp;amp;&lt;BR /&gt;&lt;STRONG&gt;Open a new terminal start bluetoothctl&lt;/STRONG&gt;&lt;BR /&gt;/usr/bin/bluetoothctl&lt;BR /&gt;&lt;STRONG&gt;Connect to Android Phone from bluetoothctl terminal&lt;/STRONG&gt;&lt;BR /&gt;power on&lt;BR /&gt;agent on&lt;BR /&gt;default-agent&lt;BR /&gt;scan on&lt;BR /&gt;Wait to see name of desired device and BD Addr&lt;BR /&gt;scan off&lt;BR /&gt;connect &amp;lt;BD_Address&amp;gt;&lt;BR /&gt;&lt;STRONG&gt;Play music from Phone&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 23:15:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Bluetooth-A2DP-off-state-imx8mp-Azure-wave/m-p/1957008#M228603</guid>
      <dc:creator>JorgeCas</dc:creator>
      <dc:date>2024-09-18T23:15:13Z</dc:date>
    </item>
  </channel>
</rss>

