I have an Android "companion" app which runs on the phone to which Glass is tethered, and talks to a GDK app running on Glass. What I'm looking for is a way to determine (programmatically, from the phone side) if a given Bluetooth pairing is to Glass or not.
The only thing I've come up with is to check if the device name includes the word "Glass" - since, AFAIK, the default device name that Glass assigns itself always does, and there's no UI that I know of to change it. But that's pretty hokey. Any better ideas?