How to receive file via BT in Android
* adb push obexpushd /system/xbin
* cd /sdcard
* obexpushd -n -d How to send a file via BT in Android
* adb push obexftp /system/bin
* hcitool scan –> it can scan all nearby BT devices
* sdptool browse RECEIVER_BT_ADDR –> it can display this BT device profiles
* obexftp -b RECEIVER_BT_ADDR -B OBEX_CHANNEL -p FILE_YOU_WANNA_SEND