Add 'WEB_RTC_NON_CELLULAR' to nc_types.h

PiperOrigin-RevId: 765577066
This commit is contained in:
Anay Wadhera
2025-05-31 07:21:34 -07:00
committed by Copybara-Service
parent 67beb46d45
commit 3084cb79e9
2 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -51,8 +51,9 @@ typedef enum NC_MEDIUM {
NC_MEDIUM_WEB_RTC = 9,
NC_MEDIUM_BLE_L2CAP = 10,
NC_MEDIUM_USB = 11,
NC_MEDIUM_AWDL = 12,
NC_MEDIUM_MAX = 13
NC_MEDIUM_WEB_RTC_NON_CELLULAR = 12,
NC_MEDIUM_AWDL = 13,
NC_MEDIUM_MAX = 14
} NC_MEDIUM;
typedef enum NC_CONNECTION_TYPE {
+2 -1
View File
@@ -96,7 +96,8 @@ enum Medium {
// //depot/google3/java/com/google/android/gmscore/integ/client/nearby/src/com/google/android/gms/nearby/connection/Medium.java,
// //depot/google3/java/com/google/android/gms/nearby/internal/connection/api.proto,
// //depot/google3/third_party/nearby/connections/implementation/proto/offline_wire_formats.proto,
// //depot/google3/wireless/android/stats/platform/westworld/public/protos/enums/android/nearby/connections/enums.proto
// //depot/google3/wireless/android/stats/platform/westworld/public/protos/enums/android/nearby/connections/enums.proto,
// //depot/google3/third_party/nearby/connections/c/nc_types.h
// )
// The medium technologies used during the sharing.