How to pair Bluetooth device programmatically Android
问题 I am developing an application where I want to connect a Bluetooth device main issue is I don't want user to enter required pin instead application should do that by himself...I don't have any connection related issue...Only want to insert and complete pin authentication process by application itself. I found following code I am sure it is working but not sure on how to add pin in this code?? private void pairDevice(BluetoothDevice device) { try { Log.d("pairDevice()", "Start Pairing...");