L2CAP: Add Classic Fixed Channel APIs
* Add ClassicFixedChannelManager * Add ClassicFixedChannelService * Add ClassicFixedChannel * Modify cid and constants definition Bug: 138261142 Test: bluetooth_test_gd Change-Id: Iae4e398e938436c74d16b49834a4bd5146b03873
Showing
- system/gd/l2cap/Android.bp 3 additions, 0 deletionssystem/gd/l2cap/Android.bp
- system/gd/l2cap/cid.h 7 additions, 0 deletionssystem/gd/l2cap/cid.h
- system/gd/l2cap/classic_fixed_channel.cc 29 additions, 0 deletionssystem/gd/l2cap/classic_fixed_channel.cc
- system/gd/l2cap/classic_fixed_channel.h 71 additions, 0 deletionssystem/gd/l2cap/classic_fixed_channel.h
- system/gd/l2cap/classic_fixed_channel_manager.cc 35 additions, 0 deletionssystem/gd/l2cap/classic_fixed_channel_manager.cc
- system/gd/l2cap/classic_fixed_channel_manager.h 103 additions, 0 deletionssystem/gd/l2cap/classic_fixed_channel_manager.h
- system/gd/l2cap/classic_fixed_channel_service.cc 25 additions, 0 deletionssystem/gd/l2cap/classic_fixed_channel_service.cc
- system/gd/l2cap/classic_fixed_channel_service.h 39 additions, 0 deletionssystem/gd/l2cap/classic_fixed_channel_service.h
- system/gd/l2cap/constant.h 0 additions, 7 deletionssystem/gd/l2cap/constant.h
- system/gd/l2cap/l2cap_layer.cc 6 additions, 0 deletionssystem/gd/l2cap/l2cap_layer.cc
- system/gd/l2cap/l2cap_layer.h 8 additions, 0 deletionssystem/gd/l2cap/l2cap_layer.h
- system/gd/l2cap/security_policy.h 24 additions, 0 deletionssystem/gd/l2cap/security_policy.h
system/gd/l2cap/classic_fixed_channel.cc
0 → 100644
system/gd/l2cap/classic_fixed_channel.h
0 → 100644
system/gd/l2cap/security_policy.h
0 → 100644
Please register or sign in to comment