Lines Matching defs:force
521 * - force == true: The instance will be removed even when its remaining
523 * - force == false: the instance will be deactivated but kept stored unless
527 * - force == true: All instances will be removed regardless of their timeout
529 * - force == false: Only instances that have a timeout will be removed.
532 u8 instance, bool force)
552 if (!(force || adv_instance->timeout))
563 if (force || (adv_instance && adv_instance->timeout &&
1755 bool force)
1801 if (!force && hdev->cur_adv_instance == instance &&
1826 static int hci_clear_adv_sync(struct hci_dev *hdev, struct sock *sk, bool force)
1847 if (!(force || adv->timeout))
1886 * - force == true: The instance will be removed even when its remaining
1888 * - force == false: the instance will be deactivated but kept stored unless
1892 * - force == true: All instances will be removed regardless of their timeout
1894 * - force == false: Only instances that have a timeout will be removed.
1897 u8 instance, bool force)
1914 err = hci_clear_adv_sync(hdev, sk, force);
1920 if (force || (adv && adv->timeout && !adv->remaining_time)) {
3637 * output, force the minimum max_page to 1 at least.