Java android.bluetooth.le ScanRecord fields, constructors, methods, implement or subclass

Example usage for Java android.bluetooth.le ScanRecord fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.bluetooth.le ScanRecord.

The text is from its open source code.

Method

intgetAdvertiseFlags()
Returns the advertising flags indicating the discoverable mode and capability of the device.
byte[]getBytes()
Returns raw bytes of scan record.
StringgetDeviceName()
Returns the local name of the BLE device.
SparseArraygetManufacturerSpecificData()
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.
MapgetServiceData()
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 .
ListgetServiceUuids()
Returns a list of service UUIDs within the advertisement that are used to identify the bluetooth GATT services.
intgetTxPowerLevel()
Returns the transmission power level of the packet in dBm.