Package | Description |
---|---|
com.jaalee.sdk | |
com.jaalee.sdk.connection | |
com.jaalee.sdk.service | |
com.jaalee.sdk.utils |
Modifier and Type | Method and Description |
---|---|
static Beacon |
Utils.beaconFromLeScan(BluetoothDevice device,
int rssi,
byte[] scanRecord) |
Modifier and Type | Method and Description |
---|---|
static double |
Utils.computeAccuracy(Beacon beacon) |
static int |
Utils.computeProximity(Beacon beacon) |
static boolean |
Utils.isBeaconInRegion(Beacon beacon,
Region region) |
Modifier and Type | Method and Description |
---|---|
void |
RangingListener.onBeaconsDiscovered(Region paramRegion,
java.util.List<Beacon> paramList) |
Constructor and Description |
---|
BeaconConnection(Context context,
Beacon beacon,
ConnectionCallback connectionCallback) |
Modifier and Type | Field and Description |
---|---|
java.util.List<Beacon> |
RangingResult.beacons |
Constructor and Description |
---|
RangingResult(Region region,
java.util.Collection<Beacon> beacons) |
Modifier and Type | Method and Description |
---|---|
static boolean |
JaaleeBeacons.isJaaleeBeacon(Beacon beacon) |