Created
April 22, 2020 05:55
-
-
Save DineshKachhot/9bda5784fb436265821e65d1a6720452 to your computer and use it in GitHub Desktop.
Get Bluetooth Mac address of self device and discovered devices
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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