I need to build an Android app that puts/gets files from a remote device via Bluetooth; the app must also browse the remote filesystem.
I\'ve read something about OBEX but h
This is not possible with the built-in Android API. There are intents you can call to share files over Bluetooth - but compatibility between models varies. However, there are some methods if you would like to write an app for rooted phones. If this is the case, please note it.