Lines Matching defs:enabled
2098 * has actually been enabled. During power on, the
2435 u8 val, enabled;
2449 * switching LE off. These have either LE enabled explicitly
2452 * When trying to enable an already enabled LE, then gracefully
2467 enabled = lmp_host_le_capable(hdev);
2469 if (!hdev_is_powered(hdev) || val == enabled) {
4439 static int exp_ll_privacy_feature_changed(bool enabled, struct hci_dev *hdev,
4446 ev.flags = cpu_to_le32((enabled ? BIT(0) : 0) | BIT(1));
4449 if (enabled && privacy_mode_capable(hdev))
4461 bool enabled, struct sock *skip)
4467 ev.flags = cpu_to_le32(enabled ? BIT(0) : 0);
5158 __u32 enabled = 0;
5179 /* All supported features are currently enabled */
5180 enabled = supported;
5183 rp->enabled_features = cpu_to_le32(enabled);
6727 * has been enabled. For BR/EDR this is a controller feature
6730 * enabled is not a supported transaction.