Lines Matching defs:enabled
809 * enabled, then advertising is no longer supported.
1899 * has actually been enabled. During power on, the
1930 u8 val, enabled;
1944 * switching LE off. These have either LE enabled explicitly
1947 * When trying to enable an already enabled LE, then gracefully
1962 enabled = lmp_host_le_capable(hdev);
1967 if (!hdev_is_powered(hdev) || val == enabled) {
3847 static int exp_ll_privacy_feature_changed(bool enabled, struct hci_dev *hdev,
3854 ev.flags = cpu_to_le32((enabled ? BIT(0) : 0) | BIT(1));
3863 static int exp_debug_feature_changed(bool enabled, struct sock *skip)
3869 ev.flags = cpu_to_le32(enabled ? BIT(0) : 0);
5571 * has been enabled. For BR/EDR this is a controller feature
5574 * enabled is not a supported transaction.