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

Commit c1b00c01 authored by Chris Manton's avatar Chris Manton
Browse files

stack::l2cap Move l2cap from public to internal folder

Bug: 365167071
Test: m .
Flag: EXEMPT, Mechanical Refactor

Change-Id: Ic5eff57524bc25b04842efac7b714255854e8901
parent 79624607
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;