aws / amazon-freertos-ble-android-sdk

Android SDK for FreeRTOS Bluetooth Devices.
Apache License 2.0
49 stars 41 forks source link

Make WiFi access point security values consistent with FreeRTOS #12

Closed ravibhagavandas closed 4 years ago

ravibhagavandas commented 4 years ago

Issue #, if available: N/A

Description of changes: There is a mismatch between the access point security type enum values sent from the FreeRTOS device and the enum values expected by the mobile SDK. An unexpected enum type received from the device results in an out of bound exception when it is used as an array index.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.