Skip to content

Instantly share code, notes, and snippets.

@SunXiaoShan
Created July 27, 2018 07:58
Show Gist options
  • Save SunXiaoShan/085c902dbeb748d5687a2c51c9a6260c to your computer and use it in GitHub Desktop.
Save SunXiaoShan/085c902dbeb748d5687a2c51c9a6260c to your computer and use it in GitHub Desktop.
- (void)peripheralManagerDidUpdateState:(CBPeripheralManager *)peripheral {
if (peripheral.state != CBPeripheralManagerStatePoweredOn) {
// stopAdvertising
return;
}
// setup service
[self setupService];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment