tmf Member Licensed User Longtime User Sep 27, 2014 #1 I have been testing a new app between at API8 and at API14, everything worked till I added BluetoothAdmin, and it failed to work on API8 dim admin as BluetoothAdmin admin.Initialize("admin") admin.Enable -< this line fails with a null pointer exception on the emulator. Thoughts?
I have been testing a new app between at API8 and at API14, everything worked till I added BluetoothAdmin, and it failed to work on API8 dim admin as BluetoothAdmin admin.Initialize("admin") admin.Enable -< this line fails with a null pointer exception on the emulator. Thoughts?
Erel B4X founder Staff member Licensed User Longtime User Sep 28, 2014 #2 BluetoothAdmin should be supported on Android 2.0+. Check the value of admin.IsInitialized after you initialize admin. If it is false then this device doesn't have a working bluetooth adapter. Upvote 0
BluetoothAdmin should be supported on Android 2.0+. Check the value of admin.IsInitialized after you initialize admin. If it is false then this device doesn't have a working bluetooth adapter.