Hello everyone is there a way to check if Android phone is connected to any Bluetooth devices programmatically?
Should there be a state such as Bluetooth_state == Bluetooth_connected
OR Bluetooth_state == Bluetooth_disconnected
OR Bluetooth.isConnected()
. The goal is to recognise if Phone's Bluetooth is connected to any device or not.