aws / amazon-freertos

DEPRECATED - See README.md
https://aws.amazon.com/freertos/
MIT License
2.54k stars 1.1k forks source link

ble_wifi_prov: Add end of the list marker for list network response #3489

Closed ravibhagavandas closed 2 years ago

ravibhagavandas commented 2 years ago

Add end of the list marker for list network response

Description

Added a boolean field to denote end of the list of scanned/saved 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. A corresponding change is made in Android/IOS BLE SDKs in following PRs: https://github.com/aws/amazon-freertos-ble-android-sdk/pull/47 https://github.com/aws/amazon-freertos-ble-ios-sdk/pull/29

Checklist:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

gmtt commented 2 years ago

/bot run checks