简体   繁体   English

三星设备上的BLE问题

[英]BLE Issue on samsung devices

Android BLE code is not properly working on Samsung devices whereas it works with other android devices . Android BLE代码无法在Samsung设备上正常运行,而可以与其他android设备一起使用。 Some time we are able to get values doing some work around but it is not works as smooth as we required. 有时我们可以通过一些工作来获得价值,但是它并没有像我们所要求的那样顺利。 I wonder about the Samsung device behavior any one help me to know about what is the main reason behind the same and what is the permanent solution of the same. 我对三星设备的行为感到疑惑,没有人能帮助我了解它背后的主要原因是什么,以及它的永久解决方案是什么。

You are using the Bluetooth 4.0, you must update the Samsung mobile phone system to more than 4.3 . 您正在使用Bluetooth 4.0,必须将Samsung手机系统更新到4.3以上。 Android 4.3 (API Level 18) introduces built-in platform support for Bluetooth Low Energy in the central role and provides APIs that apps can use to discover devices, query for services, and read/write characteristics Android 4.3(API级别18)以中心角色引入了对低功耗蓝牙的内置平台支持,并提供了应用可用来发现设备,查询服务和读取/写入特征的API。

See https://developer.android.com/guide/topics/connectivity/bluetooth-le.html for details. 有关详细信息,请参见https://developer.android.com/guide/topics/connectivity/bluetooth-le.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM