6

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?

Vj_droider 웃
  • 241
  • 3
  • 8

1 Answers1

2

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

ashish
  • 1,384
  • 1
  • 12
  • 21