Skip to content

Instantly share code, notes, and snippets.

@SunXiaoShan
Created July 27, 2018 08:02
Show Gist options
  • Save SunXiaoShan/1d3a35ce8e356d6852496618d15f7e6a to your computer and use it in GitHub Desktop.
Save SunXiaoShan/1d3a35ce8e356d6852496618d15f7e6a to your computer and use it in GitHub Desktop.
- (void)peripheralManager:(CBPeripheralManager *)peripheral
didAddService:(CBService *)service
error:(NSError *)error {
if (error) {
return;
}
[self startAdvertising];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment