ScanRecord
public
final
class
ScanRecord
extends Object
| java.lang.Object | |
| ↳ | android.bluetooth.le.ScanRecord |
Represents a scan record from Bluetooth LE scan.
Summary
Constants | |
|---|---|
int |
DATA_TYPE_3D_INFORMATION_DATA
Data type is 3D Information Data, see the Bluetooth Generic Access Profile for more details. |
int |
DATA_TYPE_ADVERTISING_INTERVAL
Data type is Advertising Interval, see the Bluetooth Generic Access Profile for more details. |
int |
DATA_TYPE_ADVERTISING_INTERVAL_LONG
Data type is Advertising Interval - long, see the Bluetooth Generic Access Profile for more details. |
int |
DATA_TYPE_APPEARANCE
Data type is Appearance, see the Bluetooth Generic Access Profile for more details. |
int |
DATA_TYPE_BIG_INFO
Data type is BIGInfo, see the Bluetooth Generic Access Profile for more details. |
int |
DATA_TYPE_BROADCAST_CODE
Data type is Broadcast_Code, see the Bluetooth Generic Access Profile for more details. |
int |
DATA_TYPE_CHANNEL_MAP_UPDATE_INDICATION
Data type is Channel Map Update Indication, see the Bluetooth Generic Access Profile for more details. |
int |
DATA_TYPE_CLASS_OF_DEVICE
Data type is Class of Device, see the Bluetooth Generic Access Profile for more details. |
int |
DATA_TYPE_DEVICE_ID
Data type is Device ID, see the Bluetooth Generic Access Profile for more details. |
int |
|