Hi Chanyeol, > regarding bluetooth discoverable timeout, I have a question. > > As far as I understand, if we set DiscoverableTimeout , > setting application should count down DiscoverableTimeout in order to > display Timeout. > > But in case of other application , how could they know exact remained > timeout? they don't know and they also should not need know. If you are designing a system where another application needs to know the expired seconds of the discoverable timeout, then I would strongly suggest to rethink the interaction design with the end user. I would actually not even expose such a setting to the user if you are building a phone. My current take on this is either you are always discoverable by user choice or you are only switching on discoverability when the user is in the Bluetooth settings menu. The iPhone iOS for example got this part really figured. As soon as you enter the Bluetooth settings menu, the device makes itself discoverable and lets the user know that it did. As soon as you leave that menu or switch to another application/home screen it goes invisible again. That is pretty much a good design. No extra clutter or confusion for the end user. That said, it is not unreasonable to use the discoverable timeout, but it should only be used from the same UI application. Doing this cross applications is not going to work out. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html