views:

399

answers:

1

I am looking for a way to connect to Android devices via Bluetooth without user intervention(assuming at least on device is set to "Discoverable"). Since 2.0, it seems the devices prompt for a random pin to be entered when connecting to each other for the first time. I've tried some Bluetooth projects, but none seem to work as the underlying Bluetooth Adapter code always kicks in.

Is there any way around this? Thanks.

A: 

This should not be possible because it would be a security issue. This would allow a bluetooth device to connect to you phone and extract contacts etc. without you ever noticing. A User Intervention should always be necessary for the first pairing.

Janusz