Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f28e078 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

stack::l2cap Move l2cap from public to internal folder am: c1b00c01

parents 1c5eec48 c1b00c01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@
 * limitations under the License.
 */

#include "stack/include/l2c_api.h"
#include "stack/include/l2cap_interface.h"
#include "stack/l2cap/l2c_api.h"

static bluetooth::stack::l2cap::Impl l2cap_impl;
static bluetooth::stack::l2cap::Interface* interface_ = &l2cap_impl;