Killer Penguin
Killer Penguin

Reputation: 194

Can android 4.1.2 with added APIs talk to bluetooth low energy?

I understand it wasn't until android 4.3 that BLE was fully enabled, however, are there libraries I can add such that I can get it working with 4.1.2?

Thanks!

Upvotes: 2

Views: 1340

Answers (1)

Robert
Robert

Reputation: 42575

The simple answer is: No (on un-rooted devices)

The provided APIs are provided by the system and only the system can provide access to hardware elements.

Therefore an additional library can not provide you access to hardware the system does not already provide.

A different case are rooted devices. On such devices it may be possible. But on rooted devices the easiest way is to install a newer OS that has the functionality already included.

Upvotes: 2

Related Questions