Is there any way in iOS to find the exact time when we are connected to any device?

86 Views Asked by At

If in our app we are acting as a peripheral mode. Don't we have anyway to find when we are connected to any device. I want to log the the time when my device connects to another device. As in central mode we have this CBPeripheralState for getting the current state of the peripheral connected to us. But I could not find anything like CBPeripheralState as a peripheral.

0

There are 0 best solutions below