Skip to content

Instantly share code, notes, and snippets.

@ryanjjones10
Created July 26, 2016 14:37
Show Gist options
  • Save ryanjjones10/926a7975b0e8c02f7a0ca99b9e35c83b to your computer and use it in GitHub Desktop.
Save ryanjjones10/926a7975b0e8c02f7a0ca99b9e35c83b to your computer and use it in GitHub Desktop.
func peripheral(peripheral: CBPeripheral, didDiscoverServices error: NSError?){
peripheral.discoverCharacteristics(nil, forService: peripheral.services![0])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment