Re: BLE Write Command while Write Request is pending
Re: BLE Write Command while Write Request is pending
- Subject: Re: BLE Write Command while Write Request is pending
- From: András Kövi <email@hidden>
- Date: Mon, 03 Feb 2014 15:35:03 +0100
You use the
CBCharacteristicWriteWithResponse flag. It blocks all communication until the server sends some response. This is probably a consequence of the way the API is designed: all requests must be responded inside the appropriate callback on the peripheral manager side. There is no way to defer processing or send response later.
Actually, this is something that may require some adjustment on the API side as there are cases when the response is ignored by the framework which causes disconnection. Also, your use case is clearly not supported currently.
Regards,
Andras
_______________________________________________
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