diff options
-rw-r--r-- | net/bluetooth/hci_event.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c index 315d615ca3f9..fe7a54b65e55 100644 --- a/net/bluetooth/hci_event.c +++ b/net/bluetooth/hci_event.c | |||
@@ -3408,6 +3408,7 @@ static void hci_sync_conn_complete_evt(struct hci_dev *hdev, | |||
3408 | hci_conn_add_sysfs(conn); | 3408 | hci_conn_add_sysfs(conn); |
3409 | break; | 3409 | break; |
3410 | 3410 | ||
3411 | case 0x10: /* Connection Accept Timeout */ | ||
3411 | case 0x0d: /* Connection Rejected due to Limited Resources */ | 3412 | case 0x0d: /* Connection Rejected due to Limited Resources */ |
3412 | case 0x11: /* Unsupported Feature or Parameter Value */ | 3413 | case 0x11: /* Unsupported Feature or Parameter Value */ |
3413 | case 0x1c: /* SCO interval rejected */ | 3414 | case 0x1c: /* SCO interval rejected */ |