Bluetooth: Fix issue with ADV_IND reports and auto-connection handling
[deliverable/linux.git] / net / bluetooth / hci_core.c
index 078f1ecbc058281dcb81e9433f1b351f3647283f..d8f91d5b0e568ee93ad7014ec88b5b95fd58fdcd 100644 (file)
@@ -3647,6 +3647,7 @@ int hci_conn_params_set(struct hci_dev *hdev, bdaddr_t *addr, u8 addr_type,
                list_add(&params->action, &hdev->pend_le_reports);
                hci_update_background_scan(hdev);
                break;
+       case HCI_AUTO_CONN_DIRECT:
        case HCI_AUTO_CONN_ALWAYS:
                if (!is_connected(hdev, addr, addr_type)) {
                        list_add(&params->action, &hdev->pend_le_conns);
This page took 0.024319 seconds and 5 git commands to generate.