Lines Matching refs:l2cap
126 * [l2cap/classic/internal/fixed_channel_impl.h](https://android.googlesource.com/platform/system/…
132 #include "l2cap/cid.h"
133 #include "l2cap/classic/fixed_channel.h"
134 #include "l2cap/internal/channel_impl.h"
135 #include "l2cap/l2cap_packets.h"
140 namespace l2cap {
146 class FixedChannelImpl : public l2cap::internal::ChannelImpl {
167 } // namespace l2cap
171 * [system/bt/gd/l2cap/classic/internal/fixed_channel_impl.cc](https://android.googlesource.com/pl…
175 * [l2cap/classic/internal/fixed_channel_impl_mock.h](https://android.googlesource.com/platform/sy…
180 #include "l2cap/classic/internal/fixed_channel_impl.h"
186 namespace l2cap {
205 } // namespace l2cap
211 * [l2cap/classic/internal/fixed_channel_impl_test.cc](https://android.googlesource.com/platform/s…
214 #include "l2cap/classic/internal/fixed_channel_impl.h"
217 #include "l2cap/cid.h"
218 #include "l2cap/classic/internal/link_mock.h"
219 #include "l2cap/internal/parameter_provider_mock.h"
226 namespace l2cap {
230 using l2cap::internal::testing::MockParameterProvider;
281 } // namespace l2cap