ext_param_cp 795 net/bluetooth/hci_request.c struct hci_cp_le_set_ext_scan_params *ext_param_cp; ext_param_cp 798 net/bluetooth/hci_request.c u8 data[sizeof(*ext_param_cp) + sizeof(*phy_params) * 2]; ext_param_cp 801 net/bluetooth/hci_request.c ext_param_cp = (void *)data; ext_param_cp 802 net/bluetooth/hci_request.c phy_params = (void *)ext_param_cp->data; ext_param_cp 804 net/bluetooth/hci_request.c memset(ext_param_cp, 0, sizeof(*ext_param_cp)); ext_param_cp 805 net/bluetooth/hci_request.c ext_param_cp->own_addr_type = own_addr_type; ext_param_cp 806 net/bluetooth/hci_request.c ext_param_cp->filter_policy = filter_policy; ext_param_cp 808 net/bluetooth/hci_request.c plen = sizeof(*ext_param_cp); ext_param_cp 811 net/bluetooth/hci_request.c ext_param_cp->scanning_phys |= LE_SCAN_PHY_1M; ext_param_cp 823 net/bluetooth/hci_request.c ext_param_cp->scanning_phys |= LE_SCAN_PHY_CODED; ext_param_cp 835 net/bluetooth/hci_request.c plen, ext_param_cp);