hamza
Posts: 76
Joined: Fri Apr 03, 2015 7:16 pm

bluetoot

Thu May 21, 2015 5:02 pm

hi

how can I send a file or folder using Bluetooth usb dongle to android phone and another raspberry pi using linux commands??
Last edited by hamza on Thu May 21, 2015 8:42 pm, edited 1 time in total.

W. H. Heydt
Posts: 12431
Joined: Fri Mar 09, 2012 7:36 pm
Location: Vallejo, CA (US)

Re: bluetoot

Thu May 21, 2015 8:05 pm

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".

hamza
Posts: 76
Joined: Fri Apr 03, 2015 7:16 pm

Re: bluetoot

Thu May 21, 2015 8:37 pm

I hope to find clear answer. plz advice us!!

W. H. Heydt
Posts: 12431
Joined: Fri Mar 09, 2012 7:36 pm
Location: Vallejo, CA (US)

Re: bluetoot

Thu May 21, 2015 10:29 pm

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.

hamza
Posts: 76
Joined: Fri Apr 03, 2015 7:16 pm

Re: bluetoot

Thu May 21, 2015 11:38 pm

i am trying to find Linux commands for Bluetooth, also I tried man Bluetooth,but its not found.

fruitoftheloom
Posts: 23132
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: bluetoot

Fri May 22, 2015 5:56 am

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
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
Douglas6
Posts: 4853
Joined: Sat Mar 16, 2013 5:34 am
Location: Chicago, IL

Re: bluetoot

Fri May 22, 2015 8:07 am

Detailed instructions for Bluetooth object exchange (OBEX) here: viewtopic.php?p=675983#p675983

Return to “Beginners”