How does .poweredOn get sent to CBPeripheralManager for Mac OSx Sandbox

I'd like to develop an application which acts as a Bluetooth Low Energy (BLE) peripheral. I am using Apple's Core Bluetooth library to implement a Sandbox app running under Mac OS where I'd like the Mac to serve as a BLE peripheral. To establish the connection, the Peripheral Manger Delegate must receive a status update of .poweredOn. What event sends that status update to the manager? Without that update, I cannot proceed with creating and registering the services and characteristics. I have Bluetooth checked under "App Sandbox" in the "Signing and Capabilities" sub window. Tahnks.

How does .poweredOn get sent to CBPeripheralManager for Mac OSx Sandbox
 
 
Q