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

# readable

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

## Declaration

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

## See Also

### Permissions

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