---
title: ancsAuthorized
framework: corebluetooth
role: symbol
role_heading: Instance Property
path: corebluetooth/cbperipheral/ancsauthorized
---

# ancsAuthorized

A Boolean value that indicates if the remote device has authorization to receive data over ANCS protocol.

## Declaration

```swift
var ancsAuthorized: Bool { get }
```

## Discussion

Discussion If this value is false, a user authorization sets this value to true, which results in a call to the delegate’s centralManager(_:didUpdateANCSAuthorizationFor:) method.
