Reputation: 400
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
.
Upvotes: 1
Views: 83