Skip to content

Commit

Permalink
zblue: fix le only init fail
Browse files Browse the repository at this point in the history
bug: v/43327

Signed-off-by: chengkai <chengkai@xiaomi.com>
  • Loading branch information
chengkai15 authored and hyson710 committed Feb 19, 2025
1 parent abb1c0b commit 6c801fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/bluetooth/host/hci_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4070,7 +4070,7 @@ static int hci_init(void)
}
} else if (IS_ENABLED(CONFIG_BT_CLASSIC)) {
LOG_ERR("Non-BR/EDR controller detected");
return -EIO;
/* return -EIO; */
}
#if defined(CONFIG_BT_CONN)
else if (!bt_dev.le.acl_mtu) {
Expand Down

0 comments on commit 6c801fc

Please sign in to comment.