iOS 无法广播 001122334455 长度的UUID,请尽快支持一下
BLEPeripheralServer.startAdvertising()在 微信版本 7.0.15 中, serviceUuids 数组只有 0000ffff-0000-1000-8000-00805F9BAAFBble 能在BLE工具接收识别到,其他的无法识别。 在 微信版本 7.0.15 之前版本,正常。 startAdvertising({ advertiseRequest: { connectable: true, deviceName: 'iOS', serviceUuids: [ '0000ffff-0000-1000-8000-00805F9BAAFB', '0000fff1-0000-1000-8000-00805F9BBBFB', '0000fff2-0000-1000-8000-00805F9BCCFB', '0000fff3-0000-1000-8000-00805F9BCCFB', '0000fff4-0000-1000-8000-00805F9BCCFB'], manufacturerData: [] }, powerLevel: 'high' }).then(res => { console.log('success: ', res) }, res => { console.log("fail: ", res) })
2021-03-29