- 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) })
2020-08-29 - BLEPeripheralServer. startAdvertising() 无回调信息?
API: BLEPeripheralServer. startAdvertising() 微信版本:7.0.12 iOS 版本:iOS13.4
2020-05-18