Balu
Balu

Reputation: 1069

Bluetooth Low Energy (BLE) implementation below 4.3 (API 18)

I would like to know is it possible to implement the BLE in the device using OS of android 4.3/API 18. Because in my requirement i have to implement BLE in mobile devices having OS version 4.0 - 4.2, Any one having idea about this help.

Thanks regards.

Upvotes: 0

Views: 2233

Answers (1)

Stéphane
Stéphane

Reputation: 6905

This is possible on specific devices, with very heavy fragmentation.

See:

There may be more for other vendors...

I would advise sticking with Android 4.3 as much as possible, using the specific SDKs below 4.3 is a mess.

Upvotes: 4

Related Questions