F FabioG Active Member Licensed User Longtime User Feb 21, 2015 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User Feb 22, 2015 #2 Your code is incorrect. This is a private API and will most probably not work. Upvote 0
F FabioG Active Member Licensed User Longtime User Feb 22, 2015 #3 Thanks Erel! there is another way to do this? EDIT: see this http://gotoanswer.stanford.edu/?q=Enable+bluetooth+tethering+android+programmatically Last edited: Feb 22, 2015 Upvote 0
Thanks Erel! there is another way to do this? EDIT: see this http://gotoanswer.stanford.edu/?q=Enable+bluetooth+tethering+android+programmatically