diff options
Diffstat (limited to 'net/bluetooth/mgmt.c')
-rw-r--r-- | net/bluetooth/mgmt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 2d84fc16e108..29cbd98f4649 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c | |||
@@ -2113,7 +2113,8 @@ static int set_connectable(struct sock *sk, struct hci_dev *hdev, void *data, | |||
2113 | 2113 | ||
2114 | no_scan_update: | 2114 | no_scan_update: |
2115 | /* Update the advertising parameters if necessary */ | 2115 | /* Update the advertising parameters if necessary */ |
2116 | if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) | 2116 | if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || |
2117 | hci_dev_test_flag(hdev, HCI_ADVERTISING_INSTANCE)) | ||
2117 | enable_advertising(&req); | 2118 | enable_advertising(&req); |
2118 | 2119 | ||
2119 | err = hci_req_run(&req, set_connectable_complete); | 2120 | err = hci_req_run(&req, set_connectable_complete); |