| // 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 bluetooth { | |
| 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 bluetooth |