Example usage for Java android.bluetooth.le ScanRecord fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getAdvertiseFlags() Returns the advertising flags indicating the discoverable mode and capability of the device. |
byte[] | getBytes() Returns raw bytes of scan record. |
String | getDeviceName() Returns the local name of the BLE device. |
SparseArray | getManufacturerSpecificData() Returns a sparse array of manufacturer identifier and its corresponding manufacturer specific data. |
byte[] | getManufacturerSpecificData(int manufacturerId) Returns the manufacturer specific data associated with the manufacturer id. |
Map | getServiceData() Returns a map of service UUID and its corresponding service data. |
byte[] | getServiceData(ParcelUuid serviceDataUuid) Returns the service data byte array associated with the serviceUuid . |
List | getServiceUuids() Returns a list of service UUIDs within the advertisement that are used to identify the bluetooth GATT services. |
int | getTxPowerLevel() Returns the transmission power level of the packet in dBm. |