Does Android KitKat allows devices that support Bluetooth LE to act as a peripheral device?

前端 未结 3 1664
故里飘歌
故里飘歌 2020-12-13 15:56

Till Android 4.3, an Android device with Bluetooth Low Energy support could only act as a central device. As is given in the Android 4.3 Bluetooth LE docs:

3条回答
  •  既然无缘
    2020-12-13 16:28

    http://developer.android.com/sdk/api_diff/19/changes.html

    By looking at the full api difference, the answer in short : NO

    ==============

    To add peripheral role support now you have to get your hands dirty to customize the Bluedroid stack in the OS level, or try your luck on XDA developers to see if anyone has done this before. I am not sure the current Android phone support peripheral role at hardware level,though .

提交回复
热议问题