Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them, it only takes a minute:
Android - Get Bluetooth UUID for this device
up vote 9 down vote favorite 7 | I was browing Stack and the internet for a simple solution to get the The doc tells me about this So I need to know the following: 1) Is the function returning really the device 2) How do I get an instance of this Thanks! android bluetooth uuid android-bluetooth |
| add a comment |
shareimprove this question | asked Oct 28 '13 at 9:12 Ron5,010954120 |
1 Answer
active oldest votes
up vote 13 down vote accepted | Using reflection you can invoke the hidden method
This is the result on a Nexus S:
where, for instance, |
| show 5 more comments |
shareimprove this answer | answered Oct 28 '13 at 20:36 Stefano S.16413 |
Your Answer
stackoverflow.com/questions/19630810/android-get-bluetooth-uuid-for-this-device
stackoverflow.com/questions/19630810/android-get-bluetooth-uuid-for-this-device