startLeScan with 128 bit UUIDs doesn't work on native Android BLE implementation

后端 未结 11 2305
别跟我提以往
别跟我提以往 2020-11-28 04:19

I am having trouble using startLeScan( new UUID[]{ MY_DESIRED_128_BIT_SERVICE_UUID }, callback ) on the new introduced BLE API of Android 4.3 on my Nexus 4.

The cal

11条回答
  •  [愿得一人]
    2020-11-28 04:44

    128 bit UUID LE scan worked on Samsung S5, running Android 4.4.2; but yes it fails on Nexus 4, 7. Tested on 4.4.2, 4.4.3, 4.4.4.

提交回复
热议问题