Hi, My application needs to have bluetooth discoverable on for a long period of time until user explicitly turn it off. The max duration is only $300 seconds. To work around the issue, using the current API, I can only send the intent periodically. Also, to implement turning bluetooth discoverable off, I send the intent with zero duration. The applications works just fine functionality wise, but the permission dialogs just give me headache: repeated permission dialog to extend the discoverablility, and the verbiage is totally wrong when the program intent to turn the discoverability off.
I need the following API: 1. be able to turn Bluetooth on without the limitation of $300 seconds. 2. be able to turn discoverability off without calling turn on with zero duration. Any suggestion or workaround? What is the proper channel to request feature enhancement if this is not the right place? Thanks in advance. Sean -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

