蓝牙4.0 /智能/低能量的三星Galaxy S3蓝牙、能量、智能、Galaxy

2023-09-03 20:39:22 作者:骂过三八也爱过人渣

我试图建立一个蓝牙4.0应用程序的S3。问题是,手机的行为就像它甚至没有蓝牙4.0。它不会发现4.0设备,并且不可发现用4.0设备。我想无论是在手机的设置,并在一个应用程序,使用博通-BLE API 。 Broadcom的API没有查找/发现4.0设备中的任何额外的功能,而是采用了常规的BluetoothAdapter功能,并宣称将在4.0的手机来扩充也发现4.0设备。

I'm trying to develop a bluetooth 4.0 app for S3. The problem is, the phone behaves like it doesn't even have bluetooth 4.0. It doesn't discover 4.0 devices, and isn't discoverable with 4.0 devices. I tried both in the settings of the phone and in an app, using the Broadcom-ble API. The Broadcom API doesn't have any extra functionality for finding/discovering 4.0 devices, rather it uses the regular BluetoothAdapter functionality and claims that it will be augmented in 4.0 phones to also discover 4.0 devices.

已经尝试使用蓝牙4.0的S3人?有没有人成功地使用Broadcom API?

Has anybody tried using bluetooth 4.0 on the S3? Has anyone succeeded in using the Broadcom API?

在此先感谢。

推荐答案

一个测试版的三星BLE SDK已经发布这里。我要研究这个SDK,并希望它解决了我的一些问题。

A beta for Samsung BLE SDK has been released here. I am going to study this SDK and hopefully it solves some of my problems.