<?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: File Transfer using Bluetooth on i.MX6 sabreSD</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/File-Transfer-using-Bluetooth-on-i-MX6-sabreSD/m-p/698648#M108516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New updated, I've got this information by using bluetoothctl.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;[ Bluetooth ]# info 70:81:EB:76:6E:D3&lt;BR /&gt;Device 70:81:EB:76:6E:D3&lt;BR /&gt; Name: iPhone&lt;BR /&gt; Alias: iPhone&lt;BR /&gt; Class: 0x7a020c&lt;BR /&gt; Icon: phone&lt;BR /&gt; Paired: yes&lt;BR /&gt; Trusted: yes&lt;BR /&gt; Blocked: no&lt;BR /&gt; Connected: yes&lt;BR /&gt; LegacyPairing: no&lt;BR /&gt; UUID: Vendor specific (00000000-deca-fade-deca-deafdecacafe)&lt;BR /&gt; UUID: Service Discovery Serve.. (00001000-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; UUID: Audio Source (0000110a-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; UUID: A/V Remote Control (0000110e-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; UUID: NAP (00001116-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; UUID: Handsfree Audio Gateway (0000111f-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; UUID: Phonebook Access Server (0000112f-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; UUID: Message Access Server (00001132-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; Modalias: bluetooth:v004Cp6F01d0A30&lt;/BLOCKQUOTE&gt;&lt;P&gt;And when I try using obexctl to connect "&lt;SPAN style="background-color: #f6f6f6;"&gt;Message Access Server&lt;/SPAN&gt;" and will show the error like below.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #51626f;"&gt;[obex]# connect 70:81:EB:76:6E:D3 00001132-0000-1000-8000-00805f9b34f&lt;/SPAN&gt;&lt;BR style="color: #51626f;" /&gt;&lt;SPAN style="color: #51626f;"&gt;b&lt;/SPAN&gt;&lt;BR style="color: #51626f;" /&gt;&lt;SPAN style="color: #51626f;"&gt;Attempting to connect to 70:81:EB:76:6E:D3&lt;/SPAN&gt;&lt;BR style="color: #51626f;" /&gt;&lt;SPAN style="color: #51626f;"&gt;[obex]#&lt;/SPAN&gt;&lt;BR style="color: #51626f;" /&gt;&lt;SPAN style="color: #51626f;"&gt;Failed to connect: org.bluez.obex.Error.Failed&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And if i try to connect "&lt;SPAN style="background-color: #f6f6f6;"&gt;Phonebook Access Server&lt;/SPAN&gt;", it will connect successfully.&lt;/P&gt;&lt;P&gt;Why I can't connect "&lt;SPAN style="background-color: #f6f6f6;"&gt;Message Access Server&lt;/SPAN&gt;"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, how to send the file to my phone?&lt;/P&gt;&lt;P&gt;When I trying to "ls" then it will show this error to me.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Failed to List: org.bluez.obex.Error.Forbidden&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Is that mean i can't list the content?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Aug 2017 10:17:52 GMT</pubDate>
    <dc:creator>wangvictor</dc:creator>
    <dc:date>2017-08-15T10:17:52Z</dc:date>
    <item>
      <title>File Transfer using Bluetooth on i.MX6 sabreSD</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/File-Transfer-using-Bluetooth-on-i-MX6-sabreSD/m-p/698645#M108513</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;I'm using Linux+QT for my OS system and using fsl_image_qt5 for my root file system.&lt;/P&gt;&lt;P&gt;I'm trying to transfer file via BT to my iPhone.&lt;/P&gt;&lt;P&gt;So far, I had connected my phone by using bluetoothctl and paired it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After some googling I decide to using obexctl to transfer my file.&lt;/P&gt;&lt;P&gt;But when I running this command "./usr/lib/bluez5/bluetooth/obexd &amp;amp;" and will give this error for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Is that mean I can't using it without X11?&lt;/P&gt;&lt;P&gt;How can I solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides, when I running "obexctl" for connecting my iPhone by using this command "connect xx:xx:xx:xx:xx:xx".&lt;/P&gt;&lt;P&gt;P.S. &amp;nbsp;&lt;SPAN&gt;xx:xx:xx:xx:xx:xx is my iPhone BT address.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Then it will give me the error like below.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Client proxy not available&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What does this mean?&lt;/P&gt;&lt;P&gt;And how to in solving this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 03:44:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/File-Transfer-using-Bluetooth-on-i-MX6-sabreSD/m-p/698645#M108513</guid>
      <dc:creator>wangvictor</dc:creator>
      <dc:date>2017-08-15T03:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer using Bluetooth on i.MX6 sabreSD</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/File-Transfer-using-Bluetooth-on-i-MX6-sabreSD/m-p/698646#M108514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set DBUS_SESSION_BUS_ADDRESS variable prior running obexd.&lt;BR /&gt;It can be performet with the connamd like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# export $(dbus-launch)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Victor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 07:03:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/File-Transfer-using-Bluetooth-on-i-MX6-sabreSD/m-p/698646#M108514</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2017-08-15T07:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer using Bluetooth on i.MX6 sabreSD</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/File-Transfer-using-Bluetooth-on-i-MX6-sabreSD/m-p/698647#M108515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but now I get another problem.&lt;/P&gt;&lt;P&gt;I trying to run obexctl it works great.&lt;/P&gt;&lt;P&gt;But when I trying to connect my iPhone by running "connect xx:xx:xx:xx:xx:xx &amp;lt;UUID&amp;gt;".&lt;/P&gt;&lt;P&gt;It shows me the following error.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;[obex]# connect 70:81:EB:76:6E:D3 00001132-0000-1000-8000-00805f9b34f&lt;BR /&gt;b&lt;BR /&gt;Attempting to connect to 70:81:EB:76:6E:D3&lt;BR /&gt;[obex]#&lt;BR /&gt;Failed to connect: org.bluez.obex.Error.Failed&lt;/BLOCKQUOTE&gt;&lt;P&gt;"Failed to connect: org.bluez.obex.Error.Failed".&lt;BR /&gt;How to solve this problem and why it will show up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 09:59:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/File-Transfer-using-Bluetooth-on-i-MX6-sabreSD/m-p/698647#M108515</guid>
      <dc:creator>wangvictor</dc:creator>
      <dc:date>2017-08-15T09:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer using Bluetooth on i.MX6 sabreSD</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/File-Transfer-using-Bluetooth-on-i-MX6-sabreSD/m-p/698648#M108516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New updated, I've got this information by using bluetoothctl.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;[ Bluetooth ]# info 70:81:EB:76:6E:D3&lt;BR /&gt;Device 70:81:EB:76:6E:D3&lt;BR /&gt; Name: iPhone&lt;BR /&gt; Alias: iPhone&lt;BR /&gt; Class: 0x7a020c&lt;BR /&gt; Icon: phone&lt;BR /&gt; Paired: yes&lt;BR /&gt; Trusted: yes&lt;BR /&gt; Blocked: no&lt;BR /&gt; Connected: yes&lt;BR /&gt; LegacyPairing: no&lt;BR /&gt; UUID: Vendor specific (00000000-deca-fade-deca-deafdecacafe)&lt;BR /&gt; UUID: Service Discovery Serve.. (00001000-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; UUID: Audio Source (0000110a-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; UUID: A/V Remote Control Target (0000110c-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; UUID: A/V Remote Control (0000110e-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; UUID: NAP (00001116-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; UUID: Handsfree Audio Gateway (0000111f-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; UUID: Phonebook Access Server (0000112f-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; UUID: Message Access Server (00001132-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; UUID: PnP Information (00001200-0000-1000-8000-00805f9b34fb)&lt;BR /&gt; Modalias: bluetooth:v004Cp6F01d0A30&lt;/BLOCKQUOTE&gt;&lt;P&gt;And when I try using obexctl to connect "&lt;SPAN style="background-color: #f6f6f6;"&gt;Message Access Server&lt;/SPAN&gt;" and will show the error like below.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #51626f;"&gt;[obex]# connect 70:81:EB:76:6E:D3 00001132-0000-1000-8000-00805f9b34f&lt;/SPAN&gt;&lt;BR style="color: #51626f;" /&gt;&lt;SPAN style="color: #51626f;"&gt;b&lt;/SPAN&gt;&lt;BR style="color: #51626f;" /&gt;&lt;SPAN style="color: #51626f;"&gt;Attempting to connect to 70:81:EB:76:6E:D3&lt;/SPAN&gt;&lt;BR style="color: #51626f;" /&gt;&lt;SPAN style="color: #51626f;"&gt;[obex]#&lt;/SPAN&gt;&lt;BR style="color: #51626f;" /&gt;&lt;SPAN style="color: #51626f;"&gt;Failed to connect: org.bluez.obex.Error.Failed&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;And if i try to connect "&lt;SPAN style="background-color: #f6f6f6;"&gt;Phonebook Access Server&lt;/SPAN&gt;", it will connect successfully.&lt;/P&gt;&lt;P&gt;Why I can't connect "&lt;SPAN style="background-color: #f6f6f6;"&gt;Message Access Server&lt;/SPAN&gt;"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, how to send the file to my phone?&lt;/P&gt;&lt;P&gt;When I trying to "ls" then it will show this error to me.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Failed to List: org.bluez.obex.Error.Forbidden&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Is that mean i can't list the content?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2017 10:17:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/File-Transfer-using-Bluetooth-on-i-MX6-sabreSD/m-p/698648#M108516</guid>
      <dc:creator>wangvictor</dc:creator>
      <dc:date>2017-08-15T10:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer using Bluetooth on i.MX6 sabreSD</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/File-Transfer-using-Bluetooth-on-i-MX6-sabreSD/m-p/698649#M108517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi，Wang&lt;/P&gt;&lt;P&gt;&amp;nbsp; Are already transfer file to iphone via BT? Can you share your solution, if you have been resolved?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2017 03:51:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/File-Transfer-using-Bluetooth-on-i-MX6-sabreSD/m-p/698649#M108517</guid>
      <dc:creator>fresxc</dc:creator>
      <dc:date>2017-11-21T03:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: File Transfer using Bluetooth on i.MX6 sabreSD</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/File-Transfer-using-Bluetooth-on-i-MX6-sabreSD/m-p/1163487#M162990</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am facing similar issue . how you resolved these ?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 14:54:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/File-Transfer-using-Bluetooth-on-i-MX6-sabreSD/m-p/1163487#M162990</guid>
      <dc:creator>gayathri_v</dc:creator>
      <dc:date>2020-10-06T14:54:10Z</dc:date>
    </item>
  </channel>
</rss>

