Page 1 of 1

bluetoot

Posted: Thu May 21, 2015 5:02 pm
by hamza
hi

how can I send a file or folder using Bluetooth usb dongle to android phone and another raspberry pi using linux commands??

Re: bluetoot

Posted: Thu May 21, 2015 8:05 pm
by W. H. Heydt
Bash is a shell. If you write a shell script, you can use any Linux commands you want. Just try a file transfer manually, keeping track of any inputs you need (file name, password, etc.) and then build a script that does the same thing. You'll probably want to use symbolic parameters for at least the file name so that you don't have to modify the script for each different file.

You can start learning with "man bash".

Re: bluetoot

Posted: Thu May 21, 2015 8:37 pm
by hamza
I hope to find clear answer. plz advice us!!

Re: bluetoot

Posted: Thu May 21, 2015 10:29 pm
by W. H. Heydt
hamza wrote:I hope to find clear answer. plz advice us!!
What part of what I said was unclear? I can expand various parts as needed.

Re: bluetoot

Posted: Thu May 21, 2015 11:38 pm
by hamza
i am trying to find Linux commands for Bluetooth, also I tried man Bluetooth,but its not found.

Re: bluetoot

Posted: Fri May 22, 2015 5:56 am
by fruitoftheloom
hamza wrote:i am trying to find Linux commands for Bluetooth, also I tried man Bluetooth,but its not found.
https://wiki.debian.org/BluetoothUser

Re: bluetoot

Posted: Fri May 22, 2015 8:07 am
by Douglas6
Detailed instructions for Bluetooth object exchange (OBEX) here: viewtopic.php?p=675983#p675983