sample-bluetooth-audio icon indicating copy to clipboard operation
sample-bluetooth-audio copied to clipboard

DISCOVERABLE_TIMEOUT_MS correction

Open pstambrecht opened this issue 8 years ago • 3 comments

DISCOVERABLE_TIMEOUT_MS renamed to DISCOVERABLE_TIMEOUT_S because this value is required in seconds. Comments corrected.

Link: https://developer.android.com/reference/android/bluetooth/BluetoothAdapter.html#EXTRA_DISCOVERABLE_DURATION

pstambrecht avatar Apr 20 '17 20:04 pstambrecht

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


  • If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check your existing CLA data and verify that your email is set on your git commits.
  • If you signed the CLA as a corporation, please let us know the company's name.

googlebot avatar Apr 20 '17 20:04 googlebot

CLAs look good, thanks!

googlebot avatar Apr 20 '17 21:04 googlebot

Yes, it does seem like the value is expected to be seconds. Can you rebase your change?

Fleker avatar Jul 23 '18 17:07 Fleker