Skip to content

Instantly share code, notes, and snippets.

@mikekavouras
Created November 8, 2015 21:45
Show Gist options
  • Select an option

  • Save mikekavouras/883736f96f9c5febc35b to your computer and use it in GitHub Desktop.

Select an option

Save mikekavouras/883736f96f9c5febc35b to your computer and use it in GitHub Desktop.
- (void)viewDidLoad {
[super viewDidLoad];
_peripheralManager = [[CBPeripheralManager alloc] initWithDelegate:self queue:nil];
[_peripheralManager startAdvertising:@{ CBAdvertisementDataServiceUUIDsKey : @[[CBUUID UUIDWithString:TRANSFER_SERVICE_UUID]] }];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment