blob: 682b7a15e439d82e37afc3731a0d618fdc466b1d [file] [log] [blame]
// 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 deprecated.bluetooth;
extend uint deprecated.BIND_PROTOCOL {
HCI = 47,
EMULATOR = 48,
TRANSPORT = 49,
HOST = 50,
GATT_SVC = 51,
};