[android-developers] Re: How to pair two devices to transfer file over Bluetooth using NFC

2011-12-25 Thread tarun sablok
i am using createInsecureRfcommSocketToServiceRecord() function to create the socket and here is the description what it says about function in Android developers ... public BluetoothSocket createInsecureRfcommSocketToServiceRecord (UUID uuid) Since: API Level 10 Create an RFCOMM BluetoothSock

[android-developers] Re: How to pair two devices to transfer file over Bluetooth using NFC

2011-12-22 Thread lbendlin
> > Everything is working fine but i am getting a pairing request or to > match the keys on both the phones which should not come. > How do you know if both devices support unsecure connections? They may just not. -- You received this message because you are subscribed to the Google Groups