param_cp 844 net/bluetooth/hci_request.c struct hci_cp_le_set_scan_param param_cp; param_cp 847 net/bluetooth/hci_request.c memset(¶m_cp, 0, sizeof(param_cp)); param_cp 848 net/bluetooth/hci_request.c param_cp.type = type; param_cp 849 net/bluetooth/hci_request.c param_cp.interval = cpu_to_le16(interval); param_cp 850 net/bluetooth/hci_request.c param_cp.window = cpu_to_le16(window); param_cp 851 net/bluetooth/hci_request.c param_cp.own_address_type = own_addr_type; param_cp 852 net/bluetooth/hci_request.c param_cp.filter_policy = filter_policy; param_cp 853 net/bluetooth/hci_request.c hci_req_add(req, HCI_OP_LE_SET_SCAN_PARAM, sizeof(param_cp), param_cp 854 net/bluetooth/hci_request.c ¶m_cp);