iOS10 didWriteValueForCharacteristic being called despite .WithoutResponse
iOS10 didWriteValueForCharacteristic being called despite .WithoutResponse
- Subject: iOS10 didWriteValueForCharacteristic being called despite .WithoutResponse
- From: Rene Limberger <email@hidden>
- Date: Wed, 14 Sep 2016 16:12:44 -0700
Prior to iOS10, writing data to a peripheral with:
peripheral.writeValue(data, forCharacteristic: characteristic, type: .WithoutResponse)
would not call the delegates didWriteValueForCharacteristic (as per documentation).
However, the same code in iOS10, the delegate receives a call to didWriteValueForCharacteristic regardless of the rite type
The error is nil and the char is the one we just wrote to (using .WithoutResponse).
iOS 10.0.1, iPhone 6s+, Xcode8, iOS10 sdk, iOS 10 deployment target
radar://27269173
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden