You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -88,7 +88,7 @@ They are also declared as constants in `AdRecord.java`.
88
88
You can check if a device is an iBeacon by using `BeaconUtils.getBeaconType(BluetootLeDevice device)`. Once you have confirmed that it is, you can create a new IBeaconDevice via the IBeaconDevice constructor.
89
89
90
90
Example Flow:
91
-
```
91
+
```java
92
92
finalBluetoothLeDevice device =...// A generic BLE device
93
93
94
94
if (BeaconUtils.getBeaconType(device) ==BeaconType.IBEACON) {
0 commit comments