blob: e7e300f1677a69568937b48519c418e77c415937 [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 fuchsia.bluetooth;
/// 64-bit unique value used by the system to identify host adapters.
type HostId = struct {
value uint64;
};
/// 64-bit unique value used by the system to identify peer devices.
type PeerId = struct {
value uint64;
};