Contents

CBCharacteristicWriteType.withoutResponse

Write a characteristic value, without any response from the peripheral to indicate whether the write was successful.

Declaration

case withoutResponse

Discussion

You receive no notification if writing to a characteristic value fails with this write type.

See Also

Write Types