HI,
I have same problem. Now with Android 12 on cell phone, Serial Bluetooth isn't working anymore.
I'm using DS 2.57.
With android 12, bluetoorh device list not working...
CODE:
if( !app.IsBluetoothEnabled() )
app.SetBluetoothEnabled( true );
while( !app.IsBluetoothOn() ) app.Wait(.4);
app.HideProgress();
bt = app.CreateBluetoothSerial();
bt.SetOnConnect( bt_OnConnect );
bt.SetOnReceive( bt_OnReceive );
bt.SetSplitMode( "End", "\n" );
bt.Listen( true );
lst = app.CreateBluetoothList();
lst.SetOnTouch(lst_OnTouch)
In last android release, lst works fine...
Have some workaround?
Regards
Alex