didWriteValueForCharacteristic being called after writing .WithoutResponse
didWriteValueForCharacteristic being called after writing .WithoutResponse
- Subject: didWriteValueForCharacteristic being called after writing .WithoutResponse
- From: Rene Limberger <email@hidden>
- Date: Sun, 10 Jul 2016 16:20:21 -0700
We are seeing a case where writing data using .WithoutResponse:
peripheral.writeValue(data, forCharacteristic: characteristic, type: .WithoutResponse)
Is still getting a callback to:
func peripheral(peripheral: CBPeripheral, didWriteValueForCharacteristic characteristic: CBCharacteristic, error: NSError?) {
The error is nil and the char is the one we just wrote to (.WithoutResponse).
What could cause such behavior?
iOS 9.3, iPhone 6s+, Xcode7.3.1, iOS Central, Ti CC2640 BLE Stack 2.1.0 Peripheral
_______________________________________________
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