Skip navigation links
A B C E F G I L M P R S T U V 

A

addBuilder(ADManufacturerSpecificBuilder) - Method in class com.neovisionaries.bluetooth.ble.advertising.MSBuilder
 
ADManufacturerSpecific - Class in com.neovisionaries.bluetooth.ble.advertising
AD structure of type Manufacturer Specific Data (0xFF).
ADManufacturerSpecific() - Constructor for class com.neovisionaries.bluetooth.ble.advertising.ADManufacturerSpecific
Constructor to create an instance with length=3, type=0xFF, data={0xFF,0xFF}, and companyId=0xFFFF.
ADManufacturerSpecific(int, int, byte[], int) - Constructor for class com.neovisionaries.bluetooth.ble.advertising.ADManufacturerSpecific
Constructor.
ADManufacturerSpecificBuilder - Interface in com.neovisionaries.bluetooth.ble.advertising
The interface that a builder of AD structure of type Manufacturer Specific Data has to implement.
ADPayloadParser - Class in com.neovisionaries.bluetooth.ble.advertising
Utility to parse a payload of an advertising packet.
ADStructure - Class in com.neovisionaries.bluetooth.ble.advertising
AD structure.
ADStructure() - Constructor for class com.neovisionaries.bluetooth.ble.advertising.ADStructure
Constructor to create an instance with length=0, type=0, and data=null.
ADStructure(int, int, byte[]) - Constructor for class com.neovisionaries.bluetooth.ble.advertising.ADStructure
Constructor.
ADStructureBuilder - Interface in com.neovisionaries.bluetooth.ble.advertising
The interface that a builder of AD structure has to implement.

B

build(int, int, byte[], int) - Method in interface com.neovisionaries.bluetooth.ble.advertising.ADManufacturerSpecificBuilder
Build an AD structure of type Manufacturer Specific Data.
build(int, int, byte[]) - Method in interface com.neovisionaries.bluetooth.ble.advertising.ADStructureBuilder
Build an AD structure.
build(int, int, byte[], int) - Method in class com.neovisionaries.bluetooth.ble.advertising.MSBuilder
 
Bytes - Class in com.neovisionaries.bluetooth.ble.util
Utility for byte arrays.

C

com.neovisionaries.bluetooth.ble - package com.neovisionaries.bluetooth.ble
 
com.neovisionaries.bluetooth.ble.advertising - package com.neovisionaries.bluetooth.ble.advertising
 
com.neovisionaries.bluetooth.ble.util - package com.neovisionaries.bluetooth.ble.util
 
convertFixedPointToFloat(byte[], int) - Static method in class com.neovisionaries.bluetooth.ble.util.Bytes
Convert 2 bytes in fixed point format to float.
copyOfRange(byte[], int, int) - Static method in class com.neovisionaries.bluetooth.ble.util.Bytes
Copy a range of a given byte array.
create(int, int, byte[], int) - Static method in class com.neovisionaries.bluetooth.ble.advertising.IBeacon
Create an IBeacon instance.
create(int, int, byte[], int) - Static method in class com.neovisionaries.bluetooth.ble.advertising.Ucode
Create a Ucode instance.

E

Eddystone - Class in com.neovisionaries.bluetooth.ble.advertising
Eddystone.
Eddystone() - Constructor for class com.neovisionaries.bluetooth.ble.advertising.Eddystone
Constructor to create an instance with length=3, type=0x16 (Service Data - 16-bit UUID), and service-UUID=0xFEAA (Eddystone).
Eddystone(int, int, byte[], Eddystone.FrameType) - Constructor for class com.neovisionaries.bluetooth.ble.advertising.Eddystone
Constructor.
Eddystone.FrameType - Enum in com.neovisionaries.bluetooth.ble.advertising
Eddystone frame types.
EddystoneEID - Class in com.neovisionaries.bluetooth.ble.advertising
Eddystone UID.
EddystoneEID() - Constructor for class com.neovisionaries.bluetooth.ble.advertising.EddystoneEID
Constructor to create an instance with length=13, type=0x16 (Service Data - 16-bit UUID), service-UUID=0xFEAA (Eddystone), frame-type=EID, tx-power=0 and eid=0.
EddystoneEID(int, int, byte[]) - Constructor for class com.neovisionaries.bluetooth.ble.advertising.EddystoneEID
Constructor.
EddystoneTLM - Class in com.neovisionaries.bluetooth.ble.advertising
Eddystone TLM.
EddystoneTLM() - Constructor for class com.neovisionaries.bluetooth.ble.advertising.EddystoneTLM
Constructor to create an instance with length=17, type=0x16 (Service Data - 16-bit UUID), service-UUID=0xFEAA (Eddystone), frame-type=TLM, tlm-version=0, battery-voltage=0, beacon-temperature=-128, advertisement-count=0, and elapsed-time=0.
EddystoneTLM(int, int, byte[]) - Constructor for class com.neovisionaries.bluetooth.ble.advertising.EddystoneTLM
Constructor.
EddystoneUID - Class in com.neovisionaries.bluetooth.ble.advertising
Eddystone UID.
EddystoneUID() - Constructor for class com.neovisionaries.bluetooth.ble.advertising.EddystoneUID
Constructor to create an instance with length=23, type=0x16 (Service Data - 16-bit UUID), service-UUID=0xFEAA (Eddystone), frame-type=UID, tx-power=0, namespace-id=0, instance-id=0, and reserved=0.
EddystoneUID(int, int, byte[]) - Constructor for class com.neovisionaries.bluetooth.ble.advertising.EddystoneUID
Constructor.
EddystoneURL - Class in com.neovisionaries.bluetooth.ble.advertising
Eddystone URL.
EddystoneURL() - Constructor for class com.neovisionaries.bluetooth.ble.advertising.EddystoneURL
Constructor to create an instance with length=5, type=0x16 (Service Data - 16-bit UUID), service-UUID=0xFEAA (Eddystone), frame-type=URL, tx-power=0, and URL=null.
EddystoneURL(int, int, byte[]) - Constructor for class com.neovisionaries.bluetooth.ble.advertising.EddystoneURL
Constructor.

F

Flags - Class in com.neovisionaries.bluetooth.ble.advertising
An AD structure of type Flags (0x01).
Flags() - Constructor for class com.neovisionaries.bluetooth.ble.advertising.Flags
Constructor to create an instance with length=2, type=0x01, and data={0x00}.
Flags(int, int, byte[]) - Constructor for class com.neovisionaries.bluetooth.ble.advertising.Flags
Constructor.
from128(byte[]) - Static method in class com.neovisionaries.bluetooth.ble.util.UUIDCreator
Create a UUID instance from 128-bit UUID data (little endian).
from128(byte[], int) - Static method in class com.neovisionaries.bluetooth.ble.util.UUIDCreator
Create a UUID instance from 128-bit UUID data (little endian).
from128(byte[], int, boolean) - Static method in class com.neovisionaries.bluetooth.ble.util.UUIDCreator
Create a UUID instance from 128-bit UUID data.
from16(byte[]) - Static method in class com.neovisionaries.bluetooth.ble.util.UUIDCreator
Create a UUID instance from 16-bit UUID data (little endian).
from16(byte[], int) - Static method in class com.neovisionaries.bluetooth.ble.util.UUIDCreator
Create a UUID instance from 16-bit UUID data (little endian).
from16(byte[], int, boolean) - Static method in class com.neovisionaries.bluetooth.ble.util.UUIDCreator
Create a UUID instance from 16-bit UUID data.
from32(byte[]) - Static method in class com.neovisionaries.bluetooth.ble.util.UUIDCreator
Create a UUID instance from 32-bit UUID data (little endian).
from32(byte[], int) - Static method in class com.neovisionaries.bluetooth.ble.util.UUIDCreator
Create a UUID instance from 32-bit UUID data (little endian).
from32(byte[], int, boolean) - Static method in class com.neovisionaries.bluetooth.ble.util.UUIDCreator
Create a UUID instance from 32-bit UUID data.

G

GattStatusCode - Enum in com.neovisionaries.bluetooth.ble
This enum represents success code and error codes defined in external/bluetooth/bluedroid/stack/include/gatt_api.h.
getAdvertisementCount() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneTLM
Get the count of advertisement frames of all types emitted by the beacon since power-up or reboot.
getBatteryVoltage() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneTLM
Get the current battery charge in millivolts, expressed as 1 mV per bit.
getBeaconId() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneUID
Get the 16-byte beacon ID.
getBeaconIdAsString() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneUID
Get the 16-byte beacon ID as an upper-case hex string.
getBeaconTemperature() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneTLM
Get the beacon temperature in degrees Celsius sensed by the beacon.
getByNumber(int) - Static method in enum com.neovisionaries.bluetooth.ble.StandardGattService
Get a StandardGattService instance by an assigned number.
getByUuid(String) - Static method in enum com.neovisionaries.bluetooth.ble.StandardGattService
Get a StandardGattService instance by a UUID.
getByUuid(UUID) - Static method in enum com.neovisionaries.bluetooth.ble.StandardGattService
Get a StandardGattService instance by a UUID.
getByValue(int) - Static method in enum com.neovisionaries.bluetooth.ble.GattStatusCode
Get a GattStatusCode instance that has the specified value.
getCompanyId() - Method in class com.neovisionaries.bluetooth.ble.advertising.ADManufacturerSpecific
Get the company ID.
getCount() - Method in class com.neovisionaries.bluetooth.ble.advertising.Ucode
Get the transmission count.
getData() - Method in class com.neovisionaries.bluetooth.ble.advertising.ADStructure
Get the AD data.
getEID() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneEID
Get the 8-byte EID (ephemeral identifier).
getEIDAsString() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneEID
Get the 8-byte EID (ephemeral identifier) as an upper-case hex string.
getElapsedTime() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneTLM
Get the elapsed time in milliseconds since beacon power-up or reboot.
getFrameType() - Method in class com.neovisionaries.bluetooth.ble.advertising.Eddystone
Get the frame type.
getInstance() - Static method in class com.neovisionaries.bluetooth.ble.advertising.ADPayloadParser
Get the singleton instance.
getInstanceId() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneUID
Get the 6-byte instance ID.
getInstanceIdAsString() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneUID
Get the 6-byte instance ID as an upper-case hex string.
getInterval() - Method in class com.neovisionaries.bluetooth.ble.advertising.Ucode
Get the transmission interval in milliseconds.
getLength() - Method in class com.neovisionaries.bluetooth.ble.advertising.ADStructure
Get the length of the AD structure.
getLevel() - Method in class com.neovisionaries.bluetooth.ble.advertising.TxPowerLevel
Get the transmitted power level.
getLocalName() - Method in class com.neovisionaries.bluetooth.ble.advertising.LocalName
Get the local name.
getMajor() - Method in class com.neovisionaries.bluetooth.ble.advertising.IBeacon
Get the major number.
getMinor() - Method in class com.neovisionaries.bluetooth.ble.advertising.IBeacon
Get the minor number.
getName() - Method in enum com.neovisionaries.bluetooth.ble.StandardGattService
Get the specification name.
getNamespaceId() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneUID
Get the 10-byte namespace ID.
getNamespaceIdAsString() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneUID
Get the 10-byte namespace ID as an upper-case hex string.
getNumber() - Method in enum com.neovisionaries.bluetooth.ble.StandardGattService
Get the assigned number.
getPower() - Method in class com.neovisionaries.bluetooth.ble.advertising.IBeacon
Get the power.
getPower() - Method in class com.neovisionaries.bluetooth.ble.advertising.Ucode
Get the transmission power in dBm.
getServiceUUID() - Method in class com.neovisionaries.bluetooth.ble.advertising.ServiceData
Get the service UUID.
getShortType() - Method in enum com.neovisionaries.bluetooth.ble.StandardGattService
Get the specification type without the common prefix "org.bluetooth.service.".
getStatus() - Method in class com.neovisionaries.bluetooth.ble.advertising.Ucode
Get the status.
getTLMVersion() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneTLM
Get the TLM version.
getTxPower() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneEID
Get the calibrated Tx power at 0 m.
getTxPower() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneUID
Get the calibrated Tx power at 0 m.
getTxPower() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneURL
Get the calibrated Tx power at 0 m.
getType() - Method in class com.neovisionaries.bluetooth.ble.advertising.ADStructure
Get the AD type.
getType() - Method in enum com.neovisionaries.bluetooth.ble.StandardGattService
Get the specification type.
getUcode() - Method in class com.neovisionaries.bluetooth.ble.advertising.Ucode
Get the ucode.
getURL() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneURL
Get the URL.
getUUID() - Method in class com.neovisionaries.bluetooth.ble.advertising.IBeacon
Get the proximity UUID.
getUUIDs() - Method in class com.neovisionaries.bluetooth.ble.advertising.UUIDs
Get the list of UUIDs.
getValue() - Method in enum com.neovisionaries.bluetooth.ble.GattStatusCode
Get the integer value of this result code.
getVersion() - Method in class com.neovisionaries.bluetooth.ble.advertising.Ucode
Get the version of the packet format of Bluetooth LE ucode Marker.

I

IBeacon - Class in com.neovisionaries.bluetooth.ble.advertising
iBeacon.
IBeacon() - Constructor for class com.neovisionaries.bluetooth.ble.advertising.IBeacon
Constructor which creates an instance with UUID=all-zeros, major=0, minor=0, and power=0.
IBeacon(int, int, byte[], int) - Constructor for class com.neovisionaries.bluetooth.ble.advertising.IBeacon
Constructor.
isBatteryLow() - Method in class com.neovisionaries.bluetooth.ble.advertising.Ucode
Get the flag value that indicates whether the battery is low or not.
isComplete() - Method in class com.neovisionaries.bluetooth.ble.advertising.LocalName
Check if this AD Structure represents "Complete Local Name".
isControllerSimultaneitySupported() - Method in class com.neovisionaries.bluetooth.ble.advertising.Flags
Get the value of "Simultaneous LE and BR/EDR to Same Device Capable (Controller)".
isGeneralDiscoverable() - Method in class com.neovisionaries.bluetooth.ble.advertising.Flags
Get the value of "LE General Discoverable Mode".
isHostSimultaneitySupported() - Method in class com.neovisionaries.bluetooth.ble.advertising.Flags
Get the value of "Simultaneous LE and BR/EDR to Same Device Capable (Host)".
isLegacySupported() - Method in class com.neovisionaries.bluetooth.ble.advertising.Flags
Get the inverted value of "BR/EDR Not Supported".
isLimitedDiscoverable() - Method in class com.neovisionaries.bluetooth.ble.advertising.Flags
Get the value of "LE Limited Discoverable Mode".
isShortened() - Method in class com.neovisionaries.bluetooth.ble.advertising.LocalName
Check if this AD Structure represents "Shortened Local Name".

L

LocalName - Class in com.neovisionaries.bluetooth.ble.advertising
An AD structure of type "Shortened Local Name" (type = 0x08) and "Complete Local Name" (type = 0x09).
LocalName() - Constructor for class com.neovisionaries.bluetooth.ble.advertising.LocalName
Constructor to create an instance with length=1, type=0x09 (Complete Local Name), and data=null.
LocalName(int, int, byte[]) - Constructor for class com.neovisionaries.bluetooth.ble.advertising.LocalName
Constructor.

M

MSBuilder - Class in com.neovisionaries.bluetooth.ble.advertising
The base class for ADManufacturerSpecificBuilder implementations.
MSBuilder() - Constructor for class com.neovisionaries.bluetooth.ble.advertising.MSBuilder
 
MSBuilder(ADManufacturerSpecificBuilder...) - Constructor for class com.neovisionaries.bluetooth.ble.advertising.MSBuilder
 

P

parse(byte[]) - Method in class com.neovisionaries.bluetooth.ble.advertising.ADPayloadParser
Parse a byte sequence as a list of AD structures.
parse(byte[], int, int) - Method in class com.neovisionaries.bluetooth.ble.advertising.ADPayloadParser
Parse a byte sequence as a list of AD structures.
parseBE2BytesAsInt(byte[], int) - Static method in class com.neovisionaries.bluetooth.ble.util.Bytes
Parse 2 bytes in big endian byte order as an int.
parseBE4BytesAsInt(byte[], int) - Static method in class com.neovisionaries.bluetooth.ble.util.Bytes
Parse 4 bytes in big endian byte order as an int.
parseBE4BytesAsUnsigned(byte[], int) - Static method in class com.neovisionaries.bluetooth.ble.util.Bytes
Parse 4 bytes in big endian byte order as an unsigned integer.

R

registerBuilder(int, ADStructureBuilder) - Method in class com.neovisionaries.bluetooth.ble.advertising.ADPayloadParser
Register an AD structure builder for the AD type.
registerManufacturerSpecificBuilder(int, ADManufacturerSpecificBuilder) - Method in class com.neovisionaries.bluetooth.ble.advertising.ADPayloadParser
Register a builder for the company ID.
removeBuilder(ADManufacturerSpecificBuilder) - Method in class com.neovisionaries.bluetooth.ble.advertising.MSBuilder
 

S

ServiceData - Class in com.neovisionaries.bluetooth.ble.advertising
An AD structure for the following types (Service Data).
ServiceData() - Constructor for class com.neovisionaries.bluetooth.ble.advertising.ServiceData
Constructor to create an instance with length=1, type=0x16 (Service Data - 16-bit UUID), and data=null.
ServiceData(int, int, byte[]) - Constructor for class com.neovisionaries.bluetooth.ble.advertising.ServiceData
Constructor.
setCompanyId(int) - Method in class com.neovisionaries.bluetooth.ble.advertising.ADManufacturerSpecific
Set the company ID.
setControllerSimultaneitySupported(boolean) - Method in class com.neovisionaries.bluetooth.ble.advertising.Flags
Set the value of "Simultaneous LE and BR/EDR to Same Device Capable (Controller)".
setCount(int) - Method in class com.neovisionaries.bluetooth.ble.advertising.Ucode
Set the transmission count.
setData(byte[]) - Method in class com.neovisionaries.bluetooth.ble.advertising.ADStructure
Set the AD data.
setGeneralDiscoverable(boolean) - Method in class com.neovisionaries.bluetooth.ble.advertising.Flags
Set the value of "LE General Discoverable Mode".
setHostSimultaneitySupported(boolean) - Method in class com.neovisionaries.bluetooth.ble.advertising.Flags
Set the value of "Simultaneous LE and BR/EDR to Same Device Capable (Host)".
setLegacySupported(boolean) - Method in class com.neovisionaries.bluetooth.ble.advertising.Flags
Set the inverted value of "BR/EDR Not Supported".
setLength(int) - Method in class com.neovisionaries.bluetooth.ble.advertising.ADStructure
Set the length of the AD structure.
setLimitedDiscoverable(boolean) - Method in class com.neovisionaries.bluetooth.ble.advertising.Flags
Set the value of "LE Limited Discoverable Mode".
setMajor(int) - Method in class com.neovisionaries.bluetooth.ble.advertising.IBeacon
Set the major number.
setMinor(int) - Method in class com.neovisionaries.bluetooth.ble.advertising.IBeacon
Set the minor number.
setPower(int) - Method in class com.neovisionaries.bluetooth.ble.advertising.IBeacon
Set the power.
setPower(int) - Method in class com.neovisionaries.bluetooth.ble.advertising.Ucode
Set the transmission power in dBm.
setStatus(int) - Method in class com.neovisionaries.bluetooth.ble.advertising.Ucode
Set the status.
setType(int) - Method in class com.neovisionaries.bluetooth.ble.advertising.ADStructure
Set the AD type.
setUcode(String) - Method in class com.neovisionaries.bluetooth.ble.advertising.Ucode
Set the ucode.
setUUID(UUID) - Method in class com.neovisionaries.bluetooth.ble.advertising.IBeacon
Set the proximity UUID.
setUUIDs(UUID[]) - Method in class com.neovisionaries.bluetooth.ble.advertising.UUIDs
Set the list of UUIDs.
setVersion(int) - Method in class com.neovisionaries.bluetooth.ble.advertising.Ucode
Set the version of the packet format of Bluetooth LE ucode Marker.
StandardGattService - Enum in com.neovisionaries.bluetooth.ble
Standard GATT services.

T

toHexString(byte[], boolean) - Static method in class com.neovisionaries.bluetooth.ble.util.Bytes
Convert a byte array to a hex string.
toString() - Method in class com.neovisionaries.bluetooth.ble.advertising.ADManufacturerSpecific
 
toString() - Method in class com.neovisionaries.bluetooth.ble.advertising.ADStructure
 
toString() - Method in class com.neovisionaries.bluetooth.ble.advertising.Eddystone
 
toString() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneEID
 
toString() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneTLM
 
toString() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneUID
 
toString() - Method in class com.neovisionaries.bluetooth.ble.advertising.EddystoneURL
 
toString() - Method in class com.neovisionaries.bluetooth.ble.advertising.Flags
 
toString() - Method in class com.neovisionaries.bluetooth.ble.advertising.IBeacon
 
toString() - Method in class com.neovisionaries.bluetooth.ble.advertising.LocalName
 
toString() - Method in class com.neovisionaries.bluetooth.ble.advertising.ServiceData
 
toString() - Method in class com.neovisionaries.bluetooth.ble.advertising.TxPowerLevel
 
toString() - Method in class com.neovisionaries.bluetooth.ble.advertising.Ucode
 
toString() - Method in class com.neovisionaries.bluetooth.ble.advertising.UUIDs
 
TxPowerLevel - Class in com.neovisionaries.bluetooth.ble.advertising
An AD structure of type "Tx Power Level" (AD type = 0x0A).
TxPowerLevel() - Constructor for class com.neovisionaries.bluetooth.ble.advertising.TxPowerLevel
Constructor to create an instance with length=2, type=0x0A, and data={0x00}.
TxPowerLevel(int, int, byte[]) - Constructor for class com.neovisionaries.bluetooth.ble.advertising.TxPowerLevel
Constructor.

U

Ucode - Class in com.neovisionaries.bluetooth.ble.advertising
ucode: 128-bit ID for real objects.
Ucode() - Constructor for class com.neovisionaries.bluetooth.ble.advertising.Ucode
Constructor which creates an instance with version=3, ucode=all-zeros, status=0, power=0, count=0.
Ucode(int, int, byte[], int) - Constructor for class com.neovisionaries.bluetooth.ble.advertising.Ucode
Constructor.
UUIDCreator - Class in com.neovisionaries.bluetooth.ble.util
Utility to create UUID instances.
UUIDs - Class in com.neovisionaries.bluetooth.ble.advertising
An AD structure that contains a list of UUIDs.
UUIDs() - Constructor for class com.neovisionaries.bluetooth.ble.advertising.UUIDs
Constructor to create an instance with length=0, type=0, data=null and UUIDs=null.
UUIDs(int, int, byte[], UUID...) - Constructor for class com.neovisionaries.bluetooth.ble.advertising.UUIDs
Constructor.

V

valueOf(String) - Static method in enum com.neovisionaries.bluetooth.ble.advertising.Eddystone.FrameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.neovisionaries.bluetooth.ble.GattStatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.neovisionaries.bluetooth.ble.StandardGattService
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.neovisionaries.bluetooth.ble.advertising.Eddystone.FrameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.neovisionaries.bluetooth.ble.GattStatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.neovisionaries.bluetooth.ble.StandardGattService
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E F G I L M P R S T U V 
Skip navigation links

Copyright © 2016. All rights reserved.