How do I access files on another device/machine over Bluetooth from the command line?
Bluetooth from the Command Line
22.7k Views Asked by Agnel Kurian At
2
There are 2 best solutions below
0
Jérôme
On
In the debian package, there is bluez-utils package. It contains several command line tools as:
- hcitool: configure Bluetooth connections. e.g.
$ hcitool devwill list the devices - hciconfig: configure Bluetooth devices. Once you found a device, you can configure it.
They may exist commands for sending, receive etc... from/to Bluetooth devices.
Related Questions in COMMAND-LINE
- How can I pass variable to ansible playbook in the command line?
- Find all files contained into directory named
- How to add documentation or comment in RakeFile
- Setting the place Python Looks for Files in CMD
- How to run ".iim" file with Google Chrome from commandline?
- Modify Control C Command Signal to Allow Input
- How to create a new file where each new line contains some text and quoted line/step number?
- Create text file using echo in command prompt
- Command line arguments are not passed in Windows 7 - Java
- does a publicly available partial solution exist to parse *nix-style command line options without pre-knowledge of the keys?
- How to call getPackageManager() from Android command-line executable
- Compare 2 text files and display the difference between them (PowerShell or CMD)
- PsExec returning "the system cannot find the file specified"
- What is the difference between "echo" and "echo -n"?
- How do I fix this error? Registry key 'Software\JavaSoft\Java Runtime Environment'\CurrentVersion'?
Related Questions in CROSS-PLATFORM
- How to tell the difference between linux and mac
- Possible to ignore certain submodules on Git checkout?
- Swipe between webviews in Xamarin
- How to invoke an Integration Service in Kony Studio that is created in the MobileFabric Console?
- Kony: Ant build error=exec-shell returned: 1
- Best practice for cross-platform mono project layout when using native dll's
- Equivalents to gcc/clang's march=native in other compilers?
- Platform specific cut paste mnemonics swing.
- Are there any naming conventions for command line arguments?
- Why is NetBeans running my program on OS X, but not building it into a JAR?
- How to Upgrade Cordova 3.5.0-0.2.4 to any higher version?
- Meteor.js - How to implement different templates on a cross-platform app
- Rcpp: Platform differences in output
- Cross-Platform Vector Format
- How to manage separate GUI processes in a Qt application?
Related Questions in BLUETOOTH
- Bluetooth connection to Sphero is lost when smartphone "goes to sleep"
- MFi Program by Apple
- Android Wear Device as iBeacon
- android - How to get a iBecon detection state when I kill app from Background?
- IOException: broken pipe when sending file from android device to PC via Bluetooth
- How deploy an large number iBeacons
- Send a Android BLE GATT Notification
- burst notifications with Bluetooth Low Energy on Android
- Is there a way to change bluetooth module's baud rate via Bluetooth connection with Android device?
- NFC Bluetooth handover - WITHOUT user confirmation
- Is it possible to create an app that when installed the user can easily turn Bluetooth/NFC ON and OFF by double clicking the Home button?
- Difference between attributes and services in BLE
- Global name 'bluetooth' is not defined
- iOS Bluetooth list of devices already connected?
- Bluetooth discovery not starting on first click
Related Questions in PLATFORM-AGNOSTIC
- Comparing an unknown type against a negative value
- Node.js - Find home directory in platform agnostic way
- Precisely what owns the 'current working directory'?
- GWT: Is it possible to refer non-GWT modules that contain GWT-independent presenters?
- How do I send a value with my HTML that is accessible from Javascript?
- Print output live and save it to a variable at the same time
- WCF client (Add Service Reference) hates WebGet and WebInvoke...really, it does
- Using LLVM as virtual machine - multiplatform and multiarchitecture coding
- What is the safest cross-platform way to get the low byte or the high byte of a 16-bit integer?
- Is storing a byte in a void pointer cross-platform safe?
- What is the safest cross-platform way to get the address of a byte in a word?
- Encrypted data in URL and salt
- Platform agnostic .NET bitness - from OS or calling application?
- 3D Audio Engine
- Bluetooth from the Command Line
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
There is Bluetooth Command Line Tools suite for Windows. This suite of tools contains a btftp utility that allows you to exchanges files with remote Bluetooth devices.