blob: d03d19c35852e5f46820f8707fb7f9f4891a0210 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: prototype/src/platform2/bluetooth/config.proto
package prototype
import (
fmt "fmt"
proto "github.com/golang/protobuf/proto"
math "math"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
type BluetoothConfig struct {
EnableSuspendManagement bool `protobuf:"varint,1,opt,name=enable_suspend_management,json=enableSuspendManagement,proto3" json:"enable_suspend_management,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *BluetoothConfig) Reset() { *m = BluetoothConfig{} }
func (m *BluetoothConfig) String() string { return proto.CompactTextString(m) }
func (*BluetoothConfig) ProtoMessage() {}
func (*BluetoothConfig) Descriptor() ([]byte, []int) {
return fileDescriptor_deec8d461cf459fd, []int{0}
}
func (m *BluetoothConfig) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_BluetoothConfig.Unmarshal(m, b)
}
func (m *BluetoothConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_BluetoothConfig.Marshal(b, m, deterministic)
}
func (m *BluetoothConfig) XXX_Merge(src proto.Message) {
xxx_messageInfo_BluetoothConfig.Merge(m, src)
}
func (m *BluetoothConfig) XXX_Size() int {
return xxx_messageInfo_BluetoothConfig.Size(m)
}
func (m *BluetoothConfig) XXX_DiscardUnknown() {
xxx_messageInfo_BluetoothConfig.DiscardUnknown(m)
}
var xxx_messageInfo_BluetoothConfig proto.InternalMessageInfo
func (m *BluetoothConfig) GetEnableSuspendManagement() bool {
if m != nil {
return m.EnableSuspendManagement
}
return false
}
func init() {
proto.RegisterType((*BluetoothConfig)(nil), "prototype.BluetoothConfig")
}
func init() {
proto.RegisterFile("prototype/src/platform2/bluetooth/config.proto", fileDescriptor_deec8d461cf459fd)
}
var fileDescriptor_deec8d461cf459fd = []byte{
// 167 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x3c, 0xce, 0xb1, 0x0e, 0x82, 0x40,
0x0c, 0x80, 0xe1, 0xb0, 0x18, 0x65, 0x31, 0x61, 0x51, 0x37, 0xe3, 0xe4, 0x44, 0x13, 0x89, 0x8b,
0x23, 0xce, 0x2c, 0xba, 0xb9, 0x90, 0x03, 0xcb, 0x41, 0xc2, 0xb5, 0x97, 0x5e, 0x19, 0x7c, 0x7b,
0x13, 0x08, 0xb7, 0xb5, 0xf9, 0xbf, 0xa4, 0x4d, 0x73, 0x2f, 0xac, 0xac, 0x3f, 0x8f, 0x10, 0xa4,
0x05, 0x3f, 0x1a, 0xed, 0x58, 0xdc, 0x0d, 0x9a, 0x71, 0x42, 0x65, 0xd6, 0x1e, 0x5a, 0xa6, 0x6e,
0xb0, 0x0b, 0xcc, 0x76, 0xd1, 0x5f, 0xaa, 0x74, 0x5f, 0xae, 0xe8, 0x39, 0x9b, 0xec, 0x91, 0x9e,
0x90, 0x4c, 0x33, 0x62, 0x1d, 0xa6, 0xe0, 0x91, 0xbe, 0xb5, 0x33, 0x64, 0x2c, 0x3a, 0x24, 0x3d,
0x26, 0xe7, 0xe4, 0xba, 0x7d, 0x1d, 0x16, 0xf0, 0x5e, 0x7a, 0x15, 0x73, 0x79, 0xff, 0x14, 0x96,
0xf3, 0xb6, 0x17, 0x76, 0xc3, 0xe4, 0x72, 0x16, 0x0b, 0xeb, 0xc2, 0x01, 0x06, 0xea, 0xc4, 0xc0,
0x7c, 0x1c, 0x2c, 0x43, 0xfc, 0xa2, 0xd9, 0xcc, 0x63, 0xf1, 0x0f, 0x00, 0x00, 0xff, 0xff, 0xcf,
0x22, 0xc1, 0x2c, 0xc9, 0x00, 0x00, 0x00,
}