When I use this code I see which Bluetooth device I use when I listen music.
$if(nc(bt)=2,nc(aname, 0))$
But when I don’t use Bluetooth I don’t see anything. Is it possible to show for example no Bluetooth device.
Is this possible?
When I use this code I see which Bluetooth device I use when I listen music.
$if(nc(bt)=2,nc(aname, 0))$
But when I don’t use Bluetooth I don’t see anything. Is it possible to show for example no Bluetooth device.
Is this possible?
$if(nc(bt)=2,nc(aname, 0),“No Device”)$
Thanks, this work fine.
This topic was automatically closed 25 days after the last reply. New replies are no longer allowed.