Lines Matching defs:adv
2218 /* If filters don't fit, forward all adv pkts */
2307 struct adv_info *adv, *next_instance;
2317 adv = hci_add_adv_instance(hdev, instance, 0,
2326 if (!IS_ERR(adv))
2329 err = PTR_ERR(adv);
6405 * We cannot use update_[adv|scan_rsp]_data() here as the
8457 /* In extended adv TX_POWER returned from Set Adv Param
8655 struct adv_info *adv, *n;
8661 list_for_each_entry_safe(adv, n, &hdev->adv_instances, list) {
8664 if (!adv->pending)
8668 adv->pending = false;
8672 instance = adv->instance;
8724 struct adv_info *adv, *next_instance;
8775 adv = hci_add_adv_instance(hdev, cp->instance, flags,
8783 if (IS_ERR(adv)) {
8855 struct adv_info *adv;
8862 adv = hci_find_adv_instance(hdev, cp->instance);
8863 if (!adv)
8867 rp.tx_power = adv->tx_power;
8881 if (!adv->pending)
8913 struct adv_info *adv;
8983 adv = hci_add_adv_instance(hdev, cp->instance, flags, 0, NULL, 0, NULL,
8987 if (IS_ERR(adv)) {
8993 /* Submit request for advertising params if ext adv available */
9733 /* allocate buff for LE or BR/EDR adv */
9756 * adding any BR/EDR data to the LE adv.