Add BW upgrade try count and more error codes.

PiperOrigin-RevId: 879903045
This commit is contained in:
hai007
2026-06-13 16:50:43 +05:30
committed by Lasan Mahaliyana
parent ad6a9383ed
commit d93b12c5b4
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -1447,6 +1447,11 @@ enum OperationResultCode {
DCT_ERROR_UPGRADE_HIGH_SPEED_MEDIUM_FAILED_HOST_NETWORK_NOT_AVAILABLE = 5058;
// Failed to upgrade to high speed medium because no incoming HTTP connection
DCT_ERROR_UPGRADE_HIGH_SPEED_MEDIUM_FAILED_NO_INCOMING_HTTP_CONNECTION = 5059;
// Failed to upgrade to high speed medium because there is no USB device
// connected
DCT_ERROR_UPGRADE_HIGH_SPEED_MEDIUM_FAILED_USB_NO_CONNECTED_DEVICE = 5060;
// Failed to upgrade to high speed medium because the upgrade is interrupted
DCT_ERROR_UPGRADE_HIGH_SPEED_MEDIUM_FAILED_INTERRUPTED = 5061;
}
enum StopAdvertisingReason {