Skip to content

Instantly share code, notes, and snippets.

@DineshKachhot
Created April 22, 2020 05:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DineshKachhot/9bda5784fb436265821e65d1a6720452 to your computer and use it in GitHub Desktop.
Save DineshKachhot/9bda5784fb436265821e65d1a6720452 to your computer and use it in GitHub Desktop.
Get Bluetooth Mac address of self device and discovered devices
Self Bluetooth mac address by
UIDevice.current.identifierForVendor?.uuidString
Inside didDiscover delegate you will have a peripheral with id
peripheral.identifier.uuidString
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment