Skip to content Skip to sidebar Skip to footer

Google Glass Gdk: Bluetooth Discoverable Intent

I try to make my Google Glass discoverable via Bluetooth in my app by calling the flowing intent: Intent discoverableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABL

Solution 1:

That error is occurring because Glass does not have an activity registered to handle displaying the UI for that action.

Can you file a feature request in our issue tracker if you need this?

In the meantime, have you explored the workaround in this post/answer to see if it would work for you?

Post a Comment for "Google Glass Gdk: Bluetooth Discoverable Intent"