Searched refs:enable_cp (Results 1 – 1 of 1) sorted by relevance
845 struct hci_cp_le_set_scan_enable enable_cp; in hci_req_start_scan() local856 memset(&enable_cp, 0, sizeof(enable_cp)); in hci_req_start_scan()857 enable_cp.enable = LE_SCAN_ENABLE; in hci_req_start_scan()858 enable_cp.filter_dup = LE_SCAN_FILTER_DUP_ENABLE; in hci_req_start_scan()859 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(enable_cp), in hci_req_start_scan()860 &enable_cp); in hci_req_start_scan()