Discover local services and characteristics

Hi all,

I am trying to build a bluetooth application that has the iPhone behave as the peripheral.

Following along with: https://medium.com/@shaharwie/ios-ble-peripheral-application-using-corebluetooth-7a93123e3e0f

I have a class in a separate file that wraps the CBPeripheralManager. I know that the class CBPeripheral allows me to access a peripheral's characteristics and services, but I do not know how to properly instantiate it to view the local devices properties. Is it possible to view the services and characteristics from my CBPeripheralManager class? Any help is appreciated :)

Discover local services and characteristics
 
 
Q