canSendWriteWithoutResponse
A Boolean value that indicates whether the remote device can send a write without a response.
Declaration
var canSendWriteWithoutResponse: Bool { get }Discussion
If this value is false, flushing all current writes sets the value to true. This also results in a call to the delegate’s peripheralIsReady(toSendWriteWithoutResponse:).