You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Automate
Hi, is there any easy way to check if a particular Bluetooth device is available / is in range? "Connect BT device" block works OK (rooted device) if device is available but crashes with illegal argument error if it tries to connect to a device that's not in range. Thank You!
Henrik "The Developer" Lindqvist
unread,
Feb 27, 2021, 11:56:58 PM2/27/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Automate
If the goal is to connect to the device then just handle the failure using the Failure catch block, a prior scan/check if the device is "in range" will not guarantee it won't fail connecting anyway. See: