Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open remote Device file manager using bluetooth [Android]

it's been few days i have been searching for this.

Goal - what i need is to open the file-manager of the device that is connected with my Android device via bluetooth. i.e Explore file structure from Bluetooth connected device and transfer files.

Done - managed to connect to any device via bluetooth, and and pair them too.

Barrier - after few googling [:P] i found that there is a way to do so. they says with the help of OBEX and OPP you can access files of bluetooth connected device. so i tried finding on OBEX implimentation in Android, Unfortunatelly i could not manage get help OBEX.

So, now here i am with many questions in 1 question. that is there any way to Explorer files of Bluetooth connected device.? am i right that OBEX is the only way to do this? is there any helpfull documentation/Tutorial that helps to implement OBEX in android?

like image 767
Vj_droider 웃 Avatar asked Jul 12 '13 07:07

Vj_droider 웃


1 Answers

You can use FTP profile(file transfer profile) which uses OBEX, can find code at here. Thanks to QCOM for open-source code, check if you need to have RFCOMM channel registration and other details

like image 90
ashish Avatar answered Sep 20 '22 07:09

ashish