Home
last modified time | relevance | path

Searched refs:ext_param_cp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_request.c563 struct hci_cp_le_set_ext_scan_params *ext_param_cp; in hci_req_start_scan() local
566 u8 data[sizeof(*ext_param_cp) + sizeof(*phy_params) * 2]; in hci_req_start_scan()
569 ext_param_cp = (void *)data; in hci_req_start_scan()
570 phy_params = (void *)ext_param_cp->data; in hci_req_start_scan()
572 memset(ext_param_cp, 0, sizeof(*ext_param_cp)); in hci_req_start_scan()
573 ext_param_cp->own_addr_type = own_addr_type; in hci_req_start_scan()
574 ext_param_cp->filter_policy = filter_policy; in hci_req_start_scan()
576 plen = sizeof(*ext_param_cp); in hci_req_start_scan()
579 ext_param_cp in hci_req_start_scan()
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_request.c952 struct hci_cp_le_set_ext_scan_params *ext_param_cp; in hci_req_start_scan() local
955 u8 data[sizeof(*ext_param_cp) + sizeof(*phy_params) * 2]; in hci_req_start_scan()
958 ext_param_cp = (void *)data; in hci_req_start_scan()
959 phy_params = (void *)ext_param_cp->data; in hci_req_start_scan()
961 memset(ext_param_cp, 0, sizeof(*ext_param_cp)); in hci_req_start_scan()
962 ext_param_cp->own_addr_type = own_addr_type; in hci_req_start_scan()
963 ext_param_cp->filter_policy = filter_policy; in hci_req_start_scan()
965 plen = sizeof(*ext_param_cp); in hci_req_start_scan()
968 ext_param_cp in hci_req_start_scan()
[all...]

Completed in 4 milliseconds