-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iBeacon UUID and Eddystone UID #54
Comments
You can try this method: ParcelUuid[] uuids = beacon.device.getUuids();
Reference in Android SDK documentation: https://developer.android.com/reference/android/bluetooth/BluetoothDevice.html#getUuids() |
thanks for the fast reply. sadly it's not what i am searching for:
and let my application terminate.
|
After the quick search, I found out that it's not possible to get iBeacon UUID and Eddystone UID just with Android SDK easily. Probably it could be somehow extracted or translated from I'm also open for help and suggestions of the other people. |
here in this lib:
|
Initial references (code snippets), which can help in the implementation: iBeacon: Eddystone: |
where can i get:
It would be very helpful.
The text was updated successfully, but these errors were encountered: