1# Copyright 2021-2023 Google LLC 2# 3# Licensed under the Apache License, Version 2.0 (the "License"); 4# you may not use this file except in compliance with the License. 5# You may obtain a copy of the License at 6# 7# https://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, 11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12# See the License for the specific language governing permissions and 13# limitations under the License. 14 15# -*- coding: utf-8 -*- 16# Generated by the protocol buffer compiler. DO NOT EDIT! 17# source: emulated_bluetooth_packets.proto 18"""Generated protocol buffer code.""" 19from google.protobuf.internal import builder as _builder 20from google.protobuf import descriptor as _descriptor 21from google.protobuf import descriptor_pool as _descriptor_pool 22from google.protobuf import symbol_database as _symbol_database 23 24# @@protoc_insertion_point(imports) 25 26_sym_db = _symbol_database.Default() 27 28 29DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( 30 b'\n emulated_bluetooth_packets.proto\x12\x1b\x61ndroid.emulation.bluetooth\"\xfb\x01\n\tHCIPacket\x12?\n\x04type\x18\x01 \x01(\x0e\x32\x31.android.emulation.bluetooth.HCIPacket.PacketType\x12\x0e\n\x06packet\x18\x02 \x01(\x0c\"\x9c\x01\n\nPacketType\x12\x1b\n\x17PACKET_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x17PACKET_TYPE_HCI_COMMAND\x10\x01\x12\x13\n\x0fPACKET_TYPE_ACL\x10\x02\x12\x13\n\x0fPACKET_TYPE_SCO\x10\x03\x12\x15\n\x11PACKET_TYPE_EVENT\x10\x04\x12\x13\n\x0fPACKET_TYPE_ISO\x10\x05\x42J\n\x1f\x63om.android.emulation.bluetoothP\x01\xf8\x01\x01\xa2\x02\x03\x41\x45\x42\xaa\x02\x1b\x41ndroid.Emulation.Bluetoothb\x06proto3' 31) 32 33_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) 34_builder.BuildTopDescriptorsAndMessages( 35 DESCRIPTOR, 'emulated_bluetooth_packets_pb2', globals() 36) 37if _descriptor._USE_C_DESCRIPTORS == False: 38 39 DESCRIPTOR._options = None 40 DESCRIPTOR._serialized_options = b'\n\037com.android.emulation.bluetoothP\001\370\001\001\242\002\003AEB\252\002\033Android.Emulation.Bluetooth' 41 _HCIPACKET._serialized_start = 66 42 _HCIPACKET._serialized_end = 317 43 _HCIPACKET_PACKETTYPE._serialized_start = 161 44 _HCIPACKET_PACKETTYPE._serialized_end = 317 45# @@protoc_insertion_point(module_scope) 46