How do you read the state of the iOS bluetooth app settings switch programmatically?

I have an iOS app that uses bluetooth. I see a bluetooth switch in the app settings screen iOS populates automatically. How do I read the state of that switch?

Thanks

Answered by Scott in 753928022

See propreties state (link) and authorization (link) in class CBManager.

Accepted Answer

See propreties state (link) and authorization (link) in class CBManager.

Much appreciated

How do you read the state of the iOS bluetooth app settings switch programmatically?
 
 
Q