Skip to content

Commit

Permalink
Add two more NearbyConnections status error code
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 715883643
  • Loading branch information
hai007 authored and copybara-github committed Jan 15, 2025
1 parent 07db16d commit a2c8d77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/connections_enums.proto
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,8 @@ enum OperationResultCode {
CLIENT_ALREADY_CONNECTED_TO_ENDPOINT = 2034;
// Client request connecting to unknown endpoint
CLIENT_CONNECT_TO_UNKNOWN_ENDPOINT = 2035;
// Duplicated requesting to start connection
CLIENT_BLE_DUPLICATE_CONNECTION = 2036;

// Section of CATEGORY_MISCELLANEOUS, from 2500 to 2999
// BT MAC address is null
Expand Down Expand Up @@ -742,6 +744,8 @@ enum OperationResultCode {
MISCELLEANEOUS_WEB_RTC_ICE_SERVER_NULL = 2515;
// Failed to get the work source
MISCELLEANEOUS_WORK_SOURCE_NULL = 2516;
// Failed to call AOSP API, due to API not available, etc.
MISCELLEANEOUS_AOSP_API_CALL_FAILURE = 2517;

// Section of CATEGORY_IO_ERROR, from 3000 to 3499
// Incoming payloads failure due to file opening error
Expand Down

0 comments on commit a2c8d77

Please sign in to comment.