Android Bluetoothadapter Unable to search for Bluetooth issues

Source: Internet
Author: User

Reprinted from: http://blog.csdn.net/liuming_nx/article/details/49448599

Discovery: Using Bluetooth Protocol 2.0 app, search for no Bluetooth device, use ble normal.

Baidu, Google, found that others have encountered the same problem.

Finally looked up the information, engaged in a morning, finally found the answer: Link: https://developer.android.com/about/versions/marshmallow/android-6.0-changes.html

android6.0 updated the permissions model.

Add a permission statement to the original app's Androidmanifest.xml. The pro-test is effective.

PS: or to see the official documents, most of the other articles are not reliable.

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />  <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />

Android Bluetoothadapter Unable to search for Bluetooth issues

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.