Estimote / Android-Fleet-Management-SDK

Estimote Fleet Management SDK for Android
https://developer.estimote.com
MIT License
836 stars 451 forks source link

Detect different Bluetooth Beacons using Utils Class #26

Closed mohitb117 closed 10 years ago

mohitb117 commented 10 years ago

Hi , It seems to be possible from the SDK to convert a different beacon to a Estimote Beacon:- Can I have some feedback if thats such a good idea??

Thanks

In package com.estimote.sdk.utils:-

public static com.estimote.sdk.Beacon beaconFromLeScan (android.bluetooth.BluetoothDevice device, int rssi, byte[] scanRecord) { /* compiled code */ }

wiktor commented 10 years ago

No, it is not. This method will be hidden in next release since it should not be public.