Determining unique Bluetooth MAC address for iPhone and Android -


is possible determine unique bluetooth mac address iphone , android (and lesser extent, other smartphones) within app on said device? assumption mac address universally unique correct?

a general yes or no helpful. example code in case of iphone or android extremely helpful.

yes bluetooth mac address unique. in android can use getaddress() api on bluetoothadaptor. returns mac address string.

on iphone looks there no public api read mac address , see thread


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -