For my application i make a bluetooth discovery search to list all available bluetooth device in. If I'm in a room with a lot of computers etc, there is a really long list. So I'd like to filter Android phones from the lists.
I read the documentation under: http://developer.android.com/reference/android/bluetooth/BluetoothClass.Device.html and http://developer.android.com/reference/android/bluetooth/BluetoothClass.Device.Major.html
So I'm able to filter some devices like laptops, computers, etc.
Does anybody know what are the possible constants which android phones can have? I don't want to risk to filter too many devices, but I also want to limit the list to only Android devices.
Any hints?