-
public class LeScanSetting
Scan settings of nearby Bluetooth devices to be activated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
LeScanSetting.Builder
-
Field Summary
Fields Modifier and Type Field Description private long
timeout
private List<ScanType>
scanTypeList
-
Method Summary
Modifier and Type Method Description long
getTimeout()
get timeout List<ScanType>
getScanTypeList()
scan type list String
getUUID()
boolean
isNeedMatchUUID()
boolean
isRepeatFilter()
-
-
Method Detail
-
getTimeout
long getTimeout()
get timeout
-
getScanTypeList
List<ScanType> getScanTypeList()
scan type list
-
getUUID
String getUUID()
-
isNeedMatchUUID
boolean isNeedMatchUUID()
-
isRepeatFilter
boolean isRepeatFilter()
-
-
-
-