0

Has anyone done Bluetooth BLE development for android before? Currently, from what I researched, HTC and Samsung does provide APIs for their flagship devices.

HTC:http://www.htcdev.com/devcenter/opensense-sdk/bluetooth-low-energy

Samsung:http://developer.samsung.com/ble

Do these APIs usually depends on the Bluetooth hardware on the phone? For example from Atheros, Broadcom, etc.

From my experience in Bluetooth 2.0 development for example using the BlueCove API (http://bluecove.org/) It isn't hardware dependent.

4

1 回答 1

1

编辑:此答案已过时,并且自 Android 4.3(发布日期 2013 年 7 月 24 日)起,Android 支持Bluetooth LE


Android 不支持 BLE,因此不同的供应商有自己的解决方案。这些解决方案在设计和实现上有所不同,尽管对 BT 芯片的实际 HCI(热控制器接口)命令是相同的,不会暴露给应用程序开发人员。

FW API 的暴露将不依赖于蓝牙硬件,但中间件的实现会因 BLE 硬件而异,希望它能回答您的所有疑问

于 2013-06-13T04:32:21.993 回答