---
title: writeable
framework: corebluetooth
role: symbol
role_heading: Type Property
path: corebluetooth/cbattributepermissions/writeable
---

# writeable

A permission that indicates a peripheral can write the attribute’s value.

## Declaration

```swift
static var writeable: CBAttributePermissions { get }
```

## See Also

### Permissions

- [readable](corebluetooth/cbattributepermissions/readable.md)
- [readEncryptionRequired](corebluetooth/cbattributepermissions/readencryptionrequired.md)
- [writeEncryptionRequired](corebluetooth/cbattributepermissions/writeencryptionrequired.md)
