Skip to content

Commit

Permalink
Deprecate NEARBY_BT_MULTIPLEX_SOCKET_DISABLED and Adds MEDIUM_UNAVAIL…
Browse files Browse the repository at this point in the history
…ABLE_BT_MULTIPLEX_DISABLED

PiperOrigin-RevId: 647169738
  • Loading branch information
hai007 authored and copybara-github committed Jun 28, 2024
1 parent 2e868f9 commit 32b06df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proto/connections_enums.proto
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,8 @@ enum OperationResultCode {
MEDIUM_UNAVAILABLE_LAN_BLOCKED = 1544;
// LAN is unavailable due to signal weak
MEDIUM_UNAVAILABLE_POOR_SIGNAL = 1545;
// Second outgoing BT connection is not available due to multiplex disabled.
MEDIUM_UNAVAILABLE_BT_MULTIPLEX_DISABLED = 1546;

// Section of CATEGORY_CLIENT_ERROR, from 2000 to 2499
// NC already hosting a WFD group for this client (same service id)
Expand Down Expand Up @@ -1058,7 +1060,7 @@ enum OperationResultCode {
// Methods calling with null password
NEARBY_WIFI_DIRECT_NULL_PASSWORD = 4529;
// Multiple BT socket is disabled
NEARBY_BT_MULTIPLEX_SOCKET_DISABLED = 4530;
NEARBY_BT_MULTIPLEX_SOCKET_DISABLED = 4530 [deprecated = true];
// Multiple LAN socket is disabled
NEARBY_LAN_MULTIPLEX_SOCKET_DISABLED = 4531;
// Channel of the new upgraded medium is null
Expand Down

0 comments on commit 32b06df

Please sign in to comment.