blob: 9a063c729733506f861cf09e973d7c6450871e3f [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 {
/// The device address bytes in little-endian order.
array<uint8>:6 bytes;
};