L2CAP: Add Classic Link Manager Implementation
* Implement ClassicLinkManager and APIs for classic fixed channel * Implement mechanism to create new ACL connections using ACL manager * Updated dependencies among internal L2CAP components * Remove SetOnChannelFail() and other unused methods from ClassicFixedChannelServiceImpl * Add mocks and unit tests to verify the functionality of ClassicLinkManager * Add common/testing/bind_test_util.h so that we can bind lambdas with capture in unit tests, although this is not allowed in production code * Add error and result code for classic fixed channel service registration failure and connection failures Bug: 138261142 Test: bluetooth_test_gd, cert/run_cert.sh Change-Id: Ib2794a0073dbc73f46b8c6fd5f5cf0ae1c8c559a
Showing
- system/gd/common/testing/bind_test_util.h 29 additions, 0 deletionssystem/gd/common/testing/bind_test_util.h
- system/gd/l2cap/Android.bp 2 additions, 0 deletionssystem/gd/l2cap/Android.bp
- system/gd/l2cap/classic_fixed_channel.h 13 additions, 0 deletionssystem/gd/l2cap/classic_fixed_channel.h
- system/gd/l2cap/classic_fixed_channel_manager.cc 15 additions, 10 deletionssystem/gd/l2cap/classic_fixed_channel_manager.cc
- system/gd/l2cap/classic_fixed_channel_manager.h 40 additions, 12 deletionssystem/gd/l2cap/classic_fixed_channel_manager.h
- system/gd/l2cap/classic_fixed_channel_service.h 1 addition, 0 deletionssystem/gd/l2cap/classic_fixed_channel_service.h
- system/gd/l2cap/internal/classic_fixed_channel_impl.h 5 additions, 0 deletionssystem/gd/l2cap/internal/classic_fixed_channel_impl.h
- system/gd/l2cap/internal/classic_fixed_channel_service_impl.h 56 additions, 0 deletions...em/gd/l2cap/internal/classic_fixed_channel_service_impl.h
- system/gd/l2cap/internal/classic_fixed_channel_service_impl_mock.h 39 additions, 0 deletions.../l2cap/internal/classic_fixed_channel_service_impl_mock.h
- system/gd/l2cap/internal/classic_fixed_channel_service_manager_impl.cc 30 additions, 13 deletions...ap/internal/classic_fixed_channel_service_manager_impl.cc
- system/gd/l2cap/internal/classic_fixed_channel_service_manager_impl.h 9 additions, 6 deletions...cap/internal/classic_fixed_channel_service_manager_impl.h
- system/gd/l2cap/internal/classic_fixed_channel_service_manager_impl_mock.h 44 additions, 0 deletions...nternal/classic_fixed_channel_service_manager_impl_mock.h
- system/gd/l2cap/internal/classic_fixed_channel_service_manager_test.cc 12 additions, 12 deletions...ap/internal/classic_fixed_channel_service_manager_test.cc
- system/gd/l2cap/internal/classic_link.h 25 additions, 1 deletionsystem/gd/l2cap/internal/classic_link.h
- system/gd/l2cap/internal/classic_link_manager.cc 136 additions, 0 deletionssystem/gd/l2cap/internal/classic_link_manager.cc
- system/gd/l2cap/internal/classic_link_manager.h 74 additions, 0 deletionssystem/gd/l2cap/internal/classic_link_manager.h
- system/gd/l2cap/internal/classic_link_manager_test.cc 228 additions, 0 deletionssystem/gd/l2cap/internal/classic_link_manager_test.cc
- system/gd/l2cap/internal/scheduler.h 29 additions, 0 deletionssystem/gd/l2cap/internal/scheduler.h
- system/gd/l2cap/l2cap_layer.cc 10 additions, 9 deletionssystem/gd/l2cap/l2cap_layer.cc
- system/gd/l2cap/l2cap_layer.h 1 addition, 1 deletionsystem/gd/l2cap/l2cap_layer.h
Loading
Please register or sign in to comment