Skip to content

Commit 99b0b95

Browse files
author
Shashank Raj
committed
2 parents 8c55f4f + a13a77a commit 99b0b95

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,17 @@ Beaconstac.getInstance().setUserEmail(USER_EMAIL);
174174
```
175175

176176
__10. Set scan power mode__
177+
178+
Set the power mode for Bluetooth low energy scan callbacks. Set to HIGH for frequent scans with high power consumption.
179+
Default value is set to BALANCED.
177180
```java
178181
Beaconstac.getInstance().setPowerMode(POWER_MODE);
179182
```
180183

181184
__11. Set latch latency__
185+
186+
Set the device's willingness to camp-on to new beacons if it is already camped on to one. If set to LOW the device switches to the other beacons quickly and if set to HIGH the device's attachment will be steady.
187+
The default value is set to MEDIUM.
182188
```java
183189
Beaconstac.getInstance().setLatchLatency(LATCH_LATENCY);
184190
```

0 commit comments

Comments
 (0)