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

后端 未结 11 2310
别跟我提以往
别跟我提以往 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:53

    You need add service UUID in the advertisement data as the link

    Then you can try again startLeScan (UUID[],callback).

    I had succeed by this method to discovery thermometer device with specific UUID[0x1809]

    It does work for me.

提交回复
热议问题