Package | Description |
---|---|
com.neovisionaries.bluetooth.ble.advertising |
Modifier and Type | Class and Description |
---|---|
class |
ADManufacturerSpecific
AD structure of type Manufacturer Specific Data (0xFF).
|
class |
Eddystone
Eddystone.
|
class |
EddystoneEID
Eddystone UID.
|
class |
EddystoneTLM
Eddystone TLM.
|
class |
EddystoneUID
Eddystone UID.
|
class |
EddystoneURL
Eddystone URL.
|
class |
Flags
An AD structure of type Flags (0x01).
|
class |
IBeacon
iBeacon.
|
class |
LocalName
An AD structure of type "Shortened Local Name" (type = 0x08)
and "Complete Local Name" (type = 0x09).
|
class |
ServiceData
An AD structure for the following types (Service Data).
|
class |
TxPowerLevel
An AD structure of type "Tx Power Level" (AD type = 0x0A).
|
class |
Ucode
ucode: 128-bit ID for real objects.
|
class |
UUIDs
An AD structure that contains a list of UUIDs.
|
Modifier and Type | Method and Description |
---|---|
ADStructure |
ADStructureBuilder.build(int length,
int type,
byte[] data)
Build an AD structure.
|
Modifier and Type | Method and Description |
---|---|
List<ADStructure> |
ADPayloadParser.parse(byte[] payload)
Parse a byte sequence as a list of AD structures.
|
List<ADStructure> |
ADPayloadParser.parse(byte[] payload,
int offset,
int length)
Parse a byte sequence as a list of AD structures.
|
Copyright © 2016. All rights reserved.