Android Question Reflector Help

FabioG

Active Member
Licensed User
Longtime User
Hello everyone,

I have a difficulty, I need a code to start the Native Bluetooth Tethering Service
I tried this code but not work

B4X:
            Dim R As Reflector           
            R.Target = R.GetContext
            R.RunMethod("android.bluetooth.BluetoothPan.setBluetoothTethering(enabled)")

Who can help me?

Thanks in advance
 
Top