OSDN Git Service

L2cap shim: Send config callback before register dequeue
authorHansong Zhang <hsz@google.com>
Thu, 4 Feb 2021 23:33:12 +0000 (15:33 -0800)
committerHansong Zhang <hsz@google.com>
Sat, 6 Feb 2021 06:14:15 +0000 (06:14 +0000)
commit16ba77a5feaf45e8c1e07590423bb66b1f0a1ea8
treee8fa77a3cc82ceff77631a8d97a2481b3fa5a4a3
parent0b512dc0730ef2f141f9e3936491a963d222042a
L2cap shim: Send config callback before register dequeue

We want to let the client (AVCT) know the MTU first.  They might need to
send something without MTU available.

On AVCT side, initialize MTU as minimal L2cap MTU for now.

Bug: 179071567
Test: Speaker
Tag: #stability
Change-Id: I654c5fd302096876a3b6d245d173a735468ba949
main/shim/l2c_api.cc
stack/avct/avct_lcb.cc