| // Copyright 2019 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| library fuchsia.bluetooth; | |
| extend uint fuchsia.BIND_PROTOCOL { | |
| HCI = 0x2F, | |
| EMULATOR = 0x30, | |
| TRANSPORT = 0x31, | |
| HOST = 0x32, | |
| GATT_SVC = 0x33, | |
| }; |