waleedAhmad1 / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
0 stars 0 forks source link

Intent for Bluetooth Discoverability #666

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start an intent with BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE
to request to make the device discoverable over Bluetooth

What is the expected output? What do you see instead?
I expect to see a card requesting a user approve to make the device 
discoverable.
Now, I get an Activity Not Found error after trying to start the intent.

What version of the product are you using? On what operating system?
XE-22

Please provide any additional information below.
I request for an activity to make the Google Glass discoverable by Bluetooth.
I think it would be easier for a user to search a Google Glass from a 
smartphone and request a connection than the other way.

Original issue reported on code.google.com by jeord...@gmail.com on 25 Jun 2015 at 9:30

GoogleCodeExporter commented 8 years ago
I know of multiple enterprise customers who are interested in hands-free data 
acquisition, processing, and then display to the google glass screen. In this 
case, the phone is not the host who is initiating and controlling the 
communication; instead, it is the glass which is in charge. 

Adding additional functionality like this to the Bluetooth API (at least trying 
to match the functionality of the standard Android Bluetooth API) will make 
future iterations of Google Glass much more attractive to businesses.

Original comment by npsauln...@gmail.com on 29 Jun 2015 at 9:49