aws / amazon-freertos-ble-android-sdk

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

Add end of the list marker for scanned/saved wifi network list #47

Closed ravibhagavandas closed 2 years ago

ravibhagavandas commented 2 years ago

Issue #, if available: None

Description of changes: Add a boolean field as the end of the list marker for scanned/saved wifi networks returned from the IoT device. This will enable mobile app to not wait for a timeout value to check if all networks are received. PR for corresponding change on IoT device can be found here: https://github.com/aws/amazon-freertos/pull/3489

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