mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Add 'WEB_RTC_NON_CELLULAR' to nc_types.h
PiperOrigin-RevId: 765577066
This commit is contained in:
committed by
Copybara-Service
parent
67beb46d45
commit
3084cb79e9
@@ -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 {
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user