Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c899 struct hci_cp_le_set_ext_scan_params *ext_param_cp; in hci_req_start_scan() local
902 u8 data[sizeof(*ext_param_cp) + sizeof(*phy_params) * 2]; in hci_req_start_scan()
905 ext_param_cp = (void *)data; in hci_req_start_scan()
906 phy_params = (void *)ext_param_cp->data; in hci_req_start_scan()
908 memset(ext_param_cp, 0, sizeof(*ext_param_cp)); in hci_req_start_scan()
909 ext_param_cp->own_addr_type = own_addr_type; in hci_req_start_scan()
910 ext_param_cp->filter_policy = filter_policy; in hci_req_start_scan()
912 plen = sizeof(*ext_param_cp); in hci_req_start_scan()
915 ext_param_cp->scanning_phys |= LE_SCAN_PHY_1M; in hci_req_start_scan()
927 ext_param_cp->scanning_phys |= LE_SCAN_PHY_CODED; in hci_req_start_scan()
[all …]