Skip navigation links
A B C D E G I L M N O P Q S T U V 

A

AmazonFreeRTOSConstants - Class in software.amazon.freertos.amazonfreertossdk
This class defines some constants used in the SDK.
AmazonFreeRTOSConstants() - Constructor for class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
AmazonFreeRTOSConstants.AmazonFreeRTOSError - Enum in software.amazon.freertos.amazonfreertossdk
 
AmazonFreeRTOSConstants.BleConnectionState - Enum in software.amazon.freertos.amazonfreertossdk
Bluetooth connection state.
AmazonFreeRTOSConstants.MqttConnectionState - Enum in software.amazon.freertos.amazonfreertossdk
The MQTT connection state.
AmazonFreeRTOSDevice - Class in software.amazon.freertos.amazonfreertossdk
 
AmazonFreeRTOSManager - Class in software.amazon.freertos.amazonfreertossdk
 
AmazonFreeRTOSManager(Context, BluetoothAdapter) - Constructor for class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSManager
Construct an AmazonFreeRTOSManager instance.

B

BLE_COMMAND_TIMEOUT - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
After sending BLE commands to device, the SDK will wait for this amount of time, after which it will time out and continue to process the next BLE command.
BleCommand - Class in software.amazon.freertos.amazonfreertossdk
This class defines the BLE command that is sent from SDK to device.
BleCommand(BleCommand.CommandType, String, String, byte[]) - Constructor for class software.amazon.freertos.amazonfreertossdk.BleCommand
Construct a BLE command with data.
BleCommand(BleCommand.CommandType, String, String) - Constructor for class software.amazon.freertos.amazonfreertossdk.BleCommand
Construct a BLE command without any data.
BleCommand(BleCommand.CommandType) - Constructor for class software.amazon.freertos.amazonfreertossdk.BleCommand
 
BleCommand(BleCommand.CommandType, int) - Constructor for class software.amazon.freertos.amazonfreertossdk.BleCommand
 
BleConnectionStatusCallback - Class in software.amazon.freertos.amazonfreertossdk
This is a callback to notify the app of BLE connection state change.
BleConnectionStatusCallback() - Constructor for class software.amazon.freertos.amazonfreertossdk.BleConnectionStatusCallback
 
BleScanResultCallback - Class in software.amazon.freertos.amazonfreertossdk
This is a callback to notify app of BLE Scan results.
BleScanResultCallback() - Constructor for class software.amazon.freertos.amazonfreertossdk.BleScanResultCallback
 
BrokerEndpoint - Class in software.amazon.freertos.amazonfreertossdk.deviceinfo
This class represents the broker endpoint object that is transferred between ble device and SDK.
BrokerEndpoint() - Constructor for class software.amazon.freertos.amazonfreertossdk.deviceinfo.BrokerEndpoint
 
brokerEndpoint - Variable in class software.amazon.freertos.amazonfreertossdk.deviceinfo.BrokerEndpoint
 
brokerEndpoint - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Connect
MQTT broker endpoint.
bssid - Variable in class software.amazon.freertos.amazonfreertossdk.networkconfig.SaveNetworkReq
BSSID of the network to be saved.

C

cleanSession - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Connect
MQTT clean session.
clientID - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Connect
MQTT client id.
Connack - Class in software.amazon.freertos.amazonfreertossdk.mqttproxy
This class represents the MQTT CONNACK message.
Connack() - Constructor for class software.amazon.freertos.amazonfreertossdk.mqttproxy.Connack
 
Connect - Class in software.amazon.freertos.amazonfreertossdk.mqttproxy
This class represents the MQTT CONNECT message.
Connect() - Constructor for class software.amazon.freertos.amazonfreertossdk.mqttproxy.Connect
 
connectToDevice(BluetoothDevice, BleConnectionStatusCallback, AWSCredentialsProvider, boolean) - Method in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSManager
Connect to the BLE device, and notify the connection state via BleConnectionStatusCallback.

D

decode(byte[]) - Method in class software.amazon.freertos.amazonfreertossdk.MessageType
 
decode(byte[]) - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Connect
 
decode(byte[]) - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Puback
 
decode(byte[]) - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Publish
 
decode(byte[]) - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Subscribe
 
decode(byte[]) - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Unsubscribe
 
decode(byte[]) - Method in class software.amazon.freertos.amazonfreertossdk.networkconfig.DeleteNetworkResp
 
decode(byte[]) - Method in class software.amazon.freertos.amazonfreertossdk.networkconfig.EditNetworkResp
 
decode(byte[]) - Method in class software.amazon.freertos.amazonfreertossdk.networkconfig.ListNetworkResp
 
decode(byte[]) - Method in class software.amazon.freertos.amazonfreertossdk.networkconfig.SaveNetworkResp
 
DELETE_NETWORK_REQ - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
DELETE_NETWORK_RESP - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
deleteNetwork(DeleteNetworkReq, NetworkConfigCallback) - Method in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSDevice
Sends a DeleteNetworkReq command to the connected BLE device.
DeleteNetworkReq - Class in software.amazon.freertos.amazonfreertossdk.networkconfig
Delete network request.
DeleteNetworkReq() - Constructor for class software.amazon.freertos.amazonfreertossdk.networkconfig.DeleteNetworkReq
 
DeleteNetworkResp - Class in software.amazon.freertos.amazonfreertossdk.networkconfig
Delete network response
DeleteNetworkResp() - Constructor for class software.amazon.freertos.amazonfreertossdk.networkconfig.DeleteNetworkResp
 
DeviceInfoCallback - Class in software.amazon.freertos.amazonfreertossdk
This is a callback class to notify the app of device information, including mtu, broker endpoint and device software version.
DeviceInfoCallback() - Constructor for class software.amazon.freertos.amazonfreertossdk.DeviceInfoCallback
 
disconnectFromDevice(AmazonFreeRTOSDevice) - Method in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSManager
Closing BLE connection for the AmazonFreeRTOSDevice, reset all variables, and disconnect from AWS IoT.

E

EDIT_NETWORK_REQ - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
EDIT_NETWORK_RESP - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
editNetwork(EditNetworkReq, NetworkConfigCallback) - Method in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSDevice
Sends an EditNetworkReq command to the connected BLE device.
EditNetworkReq - Class in software.amazon.freertos.amazonfreertossdk.networkconfig
Edit network request
EditNetworkReq() - Constructor for class software.amazon.freertos.amazonfreertossdk.networkconfig.EditNetworkReq
 
EditNetworkResp - Class in software.amazon.freertos.amazonfreertossdk.networkconfig
Edit network response
EditNetworkResp() - Constructor for class software.amazon.freertos.amazonfreertossdk.networkconfig.EditNetworkResp
 
encode() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Connack
 
encode() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Connect
 
encode() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.MqttProxyControl
 
encode() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.PingResp
 
encode() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Puback
 
encode() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Publish
 
encode() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Suback
 
encode() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Subscribe
 
encode() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Unsuback
 
encode() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Unsubscribe
 
encode() - Method in class software.amazon.freertos.amazonfreertossdk.networkconfig.DeleteNetworkReq
 
encode() - Method in class software.amazon.freertos.amazonfreertossdk.networkconfig.EditNetworkReq
 
encode() - Method in class software.amazon.freertos.amazonfreertossdk.networkconfig.ListNetworkReq
 
encode() - Method in class software.amazon.freertos.amazonfreertossdk.networkconfig.SaveNetworkReq
 
equals(Object) - Method in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSDevice
 

G

getBrokerEndpoint(DeviceInfoCallback) - Method in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSDevice
Get the current broker endpoint on the device.
getConnectedDevice(String) - Method in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSManager
Get the instance of AmazonFreeRTOSDevice given the mac address of the BLE device
getDeviceVersion(DeviceInfoCallback) - Method in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSDevice
Get the AmazonFreeRTOS library software version running on the device.
getMsgID() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Publish
 
getMtu(DeviceInfoCallback) - Method in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSDevice
Get the current mtu value between device and Android phone.
getPayload() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Publish
 
getQos() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Publish
 
getTopic() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Publish
 

I

index - Variable in class software.amazon.freertos.amazonfreertossdk.networkconfig.DeleteNetworkReq
The index of the saved network to be deleted.
index - Variable in class software.amazon.freertos.amazonfreertossdk.networkconfig.EditNetworkReq
The index of the saved network to be edited.
index - Variable in class software.amazon.freertos.amazonfreertossdk.networkconfig.SaveNetworkReq
Current index of the network to be saved.

L

LIST_NETWORK_REQ - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
LIST_NETWORK_RESP - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
ListNetworkReq - Class in software.amazon.freertos.amazonfreertossdk.networkconfig
List network request
ListNetworkReq() - Constructor for class software.amazon.freertos.amazonfreertossdk.networkconfig.ListNetworkReq
 
ListNetworkResp - Class in software.amazon.freertos.amazonfreertossdk.networkconfig
List network response
ListNetworkResp() - Constructor for class software.amazon.freertos.amazonfreertossdk.networkconfig.ListNetworkResp
 
listNetworks(ListNetworkReq, NetworkConfigCallback) - Method in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSDevice
Sends a ListNetworkReq command to the connected BLE device.

M

maxNetworks - Variable in class software.amazon.freertos.amazonfreertossdk.networkconfig.ListNetworkReq
Maximum total number of networks to return.
MessageType - Class in software.amazon.freertos.amazonfreertossdk
This class represents the message type.
MessageType() - Constructor for class software.amazon.freertos.amazonfreertossdk.MessageType
 
MQTT_MSG_CONNACK - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
MQTT_MSG_CONNECT - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
message type.
MQTT_MSG_DISCONNECT - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
MQTT_MSG_PINGREQ - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
MQTT_MSG_PINGRESP - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
MQTT_MSG_PUBACK - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
MQTT_MSG_PUBCOMP - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
MQTT_MSG_PUBLISH - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
MQTT_MSG_PUBREC - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
MQTT_MSG_PUBREL - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
MQTT_MSG_SUBACK - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
MQTT_MSG_SUBSCRIBE - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
MQTT_MSG_UNSUBACK - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
MQTT_MSG_UNSUBSCRIBE - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
MQTT_PROXY_CONTROL_OFF - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
MQTT proxy state.
MQTT_PROXY_CONTROL_ON - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
MqttProxyControl - Class in software.amazon.freertos.amazonfreertossdk.mqttproxy
This class represents the MQTT proxy state.
MqttProxyControl() - Constructor for class software.amazon.freertos.amazonfreertossdk.mqttproxy.MqttProxyControl
 
msgID - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Puback
MQTT message ID.
msgID - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Suback
MQTT message ID.
msgID - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Subscribe
MQTT message ID.
msgID - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Unsuback
MQTT message ID.
msgID - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Unsubscribe
MQTT message ID.
Mtu - Class in software.amazon.freertos.amazonfreertossdk.deviceinfo
This class represents the mtu object transferred between ble device and the SDK.
Mtu() - Constructor for class software.amazon.freertos.amazonfreertossdk.deviceinfo.Mtu
 
mtu - Variable in class software.amazon.freertos.amazonfreertossdk.deviceinfo.Mtu
 

N

NETWORK_SECURITY_TYPE_NOT_SUPPORTED - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
NETWORK_SECURITY_TYPE_OPEN - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
Network security types.
NETWORK_SECURITY_TYPE_WEP - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
NETWORK_SECURITY_TYPE_WPA - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
NETWORK_SECURITY_TYPE_WPA2 - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
NetworkConfigCallback - Class in software.amazon.freertos.amazonfreertossdk
 
NetworkConfigCallback() - Constructor for class software.amazon.freertos.amazonfreertossdk.NetworkConfigCallback
 
newIndex - Variable in class software.amazon.freertos.amazonfreertossdk.networkconfig.EditNetworkReq
The new index of the saved network.

O

onBleConnectionStatusChanged(AmazonFreeRTOSConstants.BleConnectionState) - Method in class software.amazon.freertos.amazonfreertossdk.BleConnectionStatusCallback
This callback is triggered when BLE connection between SDK and device has changed.
onBleScanFailed(int) - Method in class software.amazon.freertos.amazonfreertossdk.BleScanResultCallback
 
onBleScanResult(ScanResult) - Method in class software.amazon.freertos.amazonfreertossdk.BleScanResultCallback
This method is called when a nearby BLE device is found during scanning.
onDeleteNetworkResponse(DeleteNetworkResp) - Method in class software.amazon.freertos.amazonfreertossdk.NetworkConfigCallback
 
onEditNetworkResponse(EditNetworkResp) - Method in class software.amazon.freertos.amazonfreertossdk.NetworkConfigCallback
 
onError(AmazonFreeRTOSConstants.AmazonFreeRTOSError) - Method in class software.amazon.freertos.amazonfreertossdk.DeviceInfoCallback
 
onListNetworkResponse(ListNetworkResp) - Method in class software.amazon.freertos.amazonfreertossdk.NetworkConfigCallback
 
onObtainBrokerEndpoint(String) - Method in class software.amazon.freertos.amazonfreertossdk.DeviceInfoCallback
This callback is triggered when device sends its MQTT broker endpoint in response to getBrokerEndpoint.
onObtainDeviceSoftwareVersion(String) - Method in class software.amazon.freertos.amazonfreertossdk.DeviceInfoCallback
This callback is triggered when device sends its current software version in response to getDeviceVersion.
onObtainMtu(int) - Method in class software.amazon.freertos.amazonfreertossdk.DeviceInfoCallback
This callback is triggered when device sends the current mtu number in response to getMtu.
onSaveNetworkResponse(SaveNetworkResp) - Method in class software.amazon.freertos.amazonfreertossdk.NetworkConfigCallback
 

P

PingReq - Class in software.amazon.freertos.amazonfreertossdk.mqttproxy
 
PingReq() - Constructor for class software.amazon.freertos.amazonfreertossdk.mqttproxy.PingReq
 
PingResp - Class in software.amazon.freertos.amazonfreertossdk.mqttproxy
 
PingResp() - Constructor for class software.amazon.freertos.amazonfreertossdk.mqttproxy.PingResp
 
proxyState - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.MqttProxyControl
The state of MQTT proxy.
psk - Variable in class software.amazon.freertos.amazonfreertossdk.networkconfig.SaveNetworkReq
Password of the network to be saved.
Puback - Class in software.amazon.freertos.amazonfreertossdk.mqttproxy
This class represents the MQTT PUBACK message.
Puback() - Constructor for class software.amazon.freertos.amazonfreertossdk.mqttproxy.Puback
 
Publish - Class in software.amazon.freertos.amazonfreertossdk.mqttproxy
This class represents the MQTT PUBLISH message.
Publish() - Constructor for class software.amazon.freertos.amazonfreertossdk.mqttproxy.Publish
 

Q

qoSs - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Subscribe
Arrary of QOS for each subscribe topic.

S

SAVE_NETWORK_REQ - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
SAVE_NETWORK_RESP - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
saveNetwork(SaveNetworkReq, NetworkConfigCallback) - Method in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSDevice
Sends a SaveNetworkReq command to the connected BLE device.
SaveNetworkReq - Class in software.amazon.freertos.amazonfreertossdk.networkconfig
Save network request.
SaveNetworkReq() - Constructor for class software.amazon.freertos.amazonfreertossdk.networkconfig.SaveNetworkReq
 
SaveNetworkResp - Class in software.amazon.freertos.amazonfreertossdk.networkconfig
Save network response
SaveNetworkResp() - Constructor for class software.amazon.freertos.amazonfreertossdk.networkconfig.SaveNetworkResp
 
SCAN_PERIOD - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
This defines how much time the SDK scans for nearby BLE devices.
security - Variable in class software.amazon.freertos.amazonfreertossdk.networkconfig.SaveNetworkReq
Network security type.
setScanFilters(List<ScanFilter>) - Method in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSManager
Setting the criteria for which exact the BLE devices to scan for.
software.amazon.freertos.amazonfreertossdk - package software.amazon.freertos.amazonfreertossdk
 
software.amazon.freertos.amazonfreertossdk.deviceinfo - package software.amazon.freertos.amazonfreertossdk.deviceinfo
 
software.amazon.freertos.amazonfreertossdk.mqttproxy - package software.amazon.freertos.amazonfreertossdk.mqttproxy
 
software.amazon.freertos.amazonfreertossdk.networkconfig - package software.amazon.freertos.amazonfreertossdk.networkconfig
 
ssid - Variable in class software.amazon.freertos.amazonfreertossdk.networkconfig.SaveNetworkReq
SSID of the network to be saved.
startScanDevices(BleScanResultCallback) - Method in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSManager
Start scanning of nearby BLE devices.
startScanDevices(BleScanResultCallback, long) - Method in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSManager
Start scanning nearby BLE devices for a total duration of scanDuration milliseconds.
status - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Connack
The MQTT connection status defined in MqttConnectionState enum.
status - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Suback
MQTT SUBACK status.
stopScanDevices() - Method in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSManager
Stop scanning of nearby BLE devices.
Suback - Class in software.amazon.freertos.amazonfreertossdk.mqttproxy
This class represents the MQTT SUBACK message.
Suback() - Constructor for class software.amazon.freertos.amazonfreertossdk.mqttproxy.Suback
 
Subscribe - Class in software.amazon.freertos.amazonfreertossdk.mqttproxy
This class represents the MQTT SUBSCRIBE message.
Subscribe() - Constructor for class software.amazon.freertos.amazonfreertossdk.mqttproxy.Subscribe
 

T

timeout - Variable in class software.amazon.freertos.amazonfreertossdk.networkconfig.ListNetworkReq
Time in seconds for BLE device to scan available networks.
topics - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Subscribe
Arrary of topics to subscribe to.
topics - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Unsubscribe
Arrary of topics to unsubscribe.
toString() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Connect
 
toString() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Publish
 
toString() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Subscribe
 
toString() - Method in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Unsubscribe
 
toString() - Method in class software.amazon.freertos.amazonfreertossdk.networkconfig.DeleteNetworkResp
 
toString() - Method in class software.amazon.freertos.amazonfreertossdk.networkconfig.EditNetworkResp
 
toString() - Method in class software.amazon.freertos.amazonfreertossdk.networkconfig.ListNetworkResp
 
toString() - Method in class software.amazon.freertos.amazonfreertossdk.networkconfig.SaveNetworkResp
 
type - Variable in class software.amazon.freertos.amazonfreertossdk.MessageType
MQTT message type.
type - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Connack
MQTT message type.
type - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Connect
MQTT message type.
type - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Puback
MQTT message type.
type - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Suback
MQTT message type.
type - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Subscribe
MQTT message type.
type - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Unsuback
MQTT message type.
type - Variable in class software.amazon.freertos.amazonfreertossdk.mqttproxy.Unsubscribe
MQTT message type.

U

Unsuback - Class in software.amazon.freertos.amazonfreertossdk.mqttproxy
This class represents the MQTT UNSUBACK message.
Unsuback() - Constructor for class software.amazon.freertos.amazonfreertossdk.mqttproxy.Unsuback
 
Unsubscribe - Class in software.amazon.freertos.amazonfreertossdk.mqttproxy
This class represents the MQTT UNSUBSCRIBE message.
Unsubscribe() - Constructor for class software.amazon.freertos.amazonfreertossdk.mqttproxy.Unsubscribe
 
UUID_AmazonFreeRTOS - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_DEVICE_ID - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_DEVICE_INFORMATION_SERVICE - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_DEVICE_MTU - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_DEVICE_PLATFORM - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_DEVICE_VERSION - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_IOT_ENDPOINT - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_MQTT_PROXY_CONTROL - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_MQTT_PROXY_RX - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_MQTT_PROXY_RXLARGE - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_MQTT_PROXY_SERVICE - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_MQTT_PROXY_TX - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_MQTT_PROXY_TXLARGE - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_NETWORK_CONTROL - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_NETWORK_RX - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_NETWORK_RXLARGE - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_NETWORK_SERVICE - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_NETWORK_TX - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
UUID_NETWORK_TXLARGE - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 
uuidToName - Static variable in class software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants
 

V

valueOf(String) - Static method in enum software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants.AmazonFreeRTOSError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants.BleConnectionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants.MqttConnectionState
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants.AmazonFreeRTOSError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants.BleConnectionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.freertos.amazonfreertossdk.AmazonFreeRTOSConstants.MqttConnectionState
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in software.amazon.freertos.amazonfreertossdk.deviceinfo
This class represents the AmazonFreeRTOS BLE library version running on the device.
Version() - Constructor for class software.amazon.freertos.amazonfreertossdk.deviceinfo.Version
 
version - Variable in class software.amazon.freertos.amazonfreertossdk.deviceinfo.Version
 
A B C D E G I L M N O P Q S T U V 
Skip navigation links