OSDN Git Service

L2CAP module will send ConfigReq for you
authorHansong Zhang <hsz@google.com>
Fri, 25 Sep 2020 04:32:08 +0000 (21:32 -0700)
committerHansong Zhang <hsz@google.com>
Sat, 26 Sep 2020 01:06:40 +0000 (18:06 -0700)
commit65acfa23cf2b3abd92a0003d1ceaf60597eaf74b
tree75264b629e83d3858bdea0cd1d957e3bdd6bb09a
parentdb34984d2965f9c84233157f409d62b8030b1152
L2CAP module will send ConfigReq for you

No need to send it in client code.

Will get rid of the fake L2CA_ConfigReq() next.

Bug: 159815595
Tag: #refactor
Test: compile & verify basic functions working
Change-Id: I66e2efad144e76eb6abfa6d421e12ae4a60d8e1f
stack/include/l2c_api.h
stack/l2cap/l2c_api.cc
stack/l2cap/l2c_csm.cc