简体   繁体   中英

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!

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM