blob: 8dad8735f9efe0472f65c2b85ee896e0d7f25577 [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 peer devices.
[MaxHandles = "0"]
struct PeerId {
uint64 value;
};