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 592da5c909c1..6c57fc71c7e2 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 | |||
1698 | hci_conn_add_sysfs(conn); | 1698 | hci_conn_add_sysfs(conn); |
1699 | break; | 1699 | break; |
1700 | 1700 | ||
1701 | case 0x11: /* Unsupported Feature or Parameter Value */ | ||
1701 | case 0x1c: /* SCO interval rejected */ | 1702 | case 0x1c: /* SCO interval rejected */ |
1702 | case 0x1a: /* Unsupported Remote Feature */ | 1703 | case 0x1a: /* Unsupported Remote Feature */ |
1703 | case 0x1f: /* Unspecified error */ | 1704 | case 0x1f: /* Unspecified error */ |