diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c index 5c495893bc07..10edd1a71f08 100644 --- a/net/bluetooth/hci_event.c +++ b/net/bluetooth/hci_event.c @@ -1698,6 +1698,7 @@ static inline void hci_sync_conn_complete_evt(struct hci_dev *hdev, struct sk_bu hci_conn_add_sysfs(conn); break; + case 0x10: /* Connection Accept Timeout */ case 0x1c: /* SCO interval rejected */ case 0x1a: /* unsupported feature */ case 0x1f: /* Unspecified error */