質問

Im doing an android app to pair a non-android device with bluetooth 4.0 LE, but my 4.0Bluetooth-android-phone doesnt discover the device anyway. I discover other devices like phones, or tablets.

The question is: Do i have to add some extra code if i want to work with bluetooth 4.0 devices?

Thanks.

役に立ちましたか?

解決

Bluetooth 4.0 (or BLE) is not supported in Android at the moment. It will be supported in Android 4.3 (API level 18). Among other places, you can read more about it here and here. Several Android devices has already been certified with Bluetooth 4.0 support, but it won't work before the update is released.

That said, according to this post some devices does support it, but they need custom BLE libraries that the companies have developed.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top