I don't know if this is still an issue or not, but I found that using the connect method in the reflection call works. Working off of the code that pmont used from the link in Lorelorelore's answer: BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); Class<?> classBluetoothPan = null; Constructor<?> BTPanCtor = null; Object BTSrvInstance = null; Method mBTPanConnect; try { c
