Sign in
android
/
platform
/
tools
/
netsim
/
refs/heads/android14-mainline-resolv-release
/
.
/
ui
/
ts
/
common.ts
blob: 734d6883c2bb6558c76a35a85191a951cbc3f7c0 [
file
] [
log
] [
blame
] [
edit
]
/* eslint-disable */
export
const
protobufPackage
=
'netsim.common'
;
export
enum
ChipKind
{
UNSPECIFIED
=
'UNSPECIFIED'
,
BLUETOOTH
=
'BLUETOOTH'
,
WIFI
=
'WIFI'
,
UWB
=
'UWB'
,
UNRECOGNIZED
=
'UNRECOGNIZED'
,
}