| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EXTRA_CALLBACK_TYPE |
"android.bluetooth.le.extra.CALLBACK_TYPE" |
public static final String |
EXTRA_ERROR_CODE |
"android.bluetooth.le.extra.ERROR_CODE" |
public static final String |
EXTRA_LIST_SCAN_RESULT |
"android.bluetooth.le.extra.LIST_SCAN_RESULT" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SCAN_FAILED_ALREADY_STARTED |
1 |
public static final int |
SCAN_FAILED_APPLICATION_REGISTRATION_FAILED |
2 |
public static final int |
SCAN_FAILED_FEATURE_UNSUPPORTED |
4 |
public static final int |
SCAN_FAILED_INTERNAL_ERROR |
3 |
public static final int |
SCAN_FAILED_OUT_OF_HARDWARE_RESOURCES |
5 |
public static final int |
SCAN_FAILED_SCANNING_TOO_FREQUENTLY |
6 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DATA_COMPLETE |
0 |
public static final int |
DATA_TRUNCATED |
2 |
public static final int |
PERIODIC_INTERVAL_NOT_PRESENT |
0 |
public static final int |
PHY_UNUSED |
0 |
public static final int |
SID_NOT_PRESENT |
255 |
public static final int |
TX_POWER_NOT_PRESENT |
127 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CALLBACK_TYPE_ALL_MATCHES |
1 |
public static final int |
CALLBACK_TYPE_FIRST_MATCH |
2 |
public static final int |
CALLBACK_TYPE_MATCH_LOST |
4 |
public static final long |
MATCH_LOST_DEVICE_TIMEOUT_DEFAULT |
10000L |
public static final long |
MATCH_LOST_TASK_INTERVAL_DEFAULT |
10000L |
public static final int |
MATCH_MODE_AGGRESSIVE |
1 |
public static final int |
MATCH_MODE_STICKY |
2 |
public static final int |
MATCH_NUM_FEW_ADVERTISEMENT |
2 |
public static final int |
MATCH_NUM_MAX_ADVERTISEMENT |
3 |
public static final int |
MATCH_NUM_ONE_ADVERTISEMENT |
1 |
public static final int |
PHY_LE_ALL_SUPPORTED |
255 |
public static final int |
SCAN_MODE_BALANCED |
1 |
public static final int |
SCAN_MODE_LOW_LATENCY |
2 |
public static final int |
SCAN_MODE_LOW_POWER |
0 |
public static final int |
SCAN_MODE_OPPORTUNISTIC |
-1 |