mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-12 13:34:41 +08:00
hcidump: Reset to basic mode when MTU config request is sent
This commit is contained in:
parent
d089eca639
commit
ea224d7b0d
@ -456,6 +456,7 @@ static void conf_opt(int level, void *ptr, int len, int in, uint16_t cid)
|
||||
|
||||
switch (h->type & 0x7f) {
|
||||
case L2CAP_CONF_MTU:
|
||||
set_mode(in, cid, 0x00);
|
||||
printf("MTU");
|
||||
if (h->len > 0)
|
||||
printf(" %d", get_val(h->val, h->len));
|
||||
|
Loading…
Reference in New Issue
Block a user