Searched refs:enable_cp (Results 1 – 1 of 1) sorted by relevance
849 struct hci_cp_le_set_scan_enable enable_cp; in hci_req_start_scan() local860 memset(&enable_cp, 0, sizeof(enable_cp)); in hci_req_start_scan()861 enable_cp.enable = LE_SCAN_ENABLE; in hci_req_start_scan()862 enable_cp.filter_dup = LE_SCAN_FILTER_DUP_ENABLE; in hci_req_start_scan()863 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(enable_cp), in hci_req_start_scan()864 &enable_cp); in hci_req_start_scan()