blob: 6978c0b7f54a33ec4460ed70164554c5acd7f571 [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;
/// Represents a 48-bit Bluetooth Device Address.
[MaxHandles = "0"]
struct Address {
array<uint8>:6 bytes;
};