blob: be4170c14f35ace6898ada7408824b9a30a848eb [file] [log] [blame]
// Copyright 2017 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.
#pragma once
#include "garnet/drivers/bluetooth/lib/l2cap/pdu.h"
namespace btlib {
namespace l2cap {
// TODO(armansito): For now we only support basic mode in which 1 SDU = 1 PDU.
// Revisit once we support other modes.
using SDU = PDU;
} // namespace l2cap
} // namespace btlib