Symbol: hci_dev_test_and_clear_flag
net/bluetooth/hci_core.c
468
if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF))
net/bluetooth/hci_core.c
524
if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF))
net/bluetooth/hci_core.c
654
conn_changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/hci_core.c
662
discov_changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/hci_core.c
953
hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) {
net/bluetooth/hci_core.c
983
if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) {
net/bluetooth/hci_core.c
998
} else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) {
net/bluetooth/hci_event.c
1776
if (hci_dev_test_and_clear_flag(hdev, HCI_LE_SCAN_INTERRUPTED))
net/bluetooth/hci_sync.c
2616
if (hci_dev_test_and_clear_flag(hdev, HCI_LE_ADV_0))
net/bluetooth/hci_sync.c
5279
hci_dev_test_and_clear_flag(hdev, HCI_USER_CHANNEL);
net/bluetooth/hci_sync.c
5339
if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE))
net/bluetooth/hci_sync.c
5360
auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF);
net/bluetooth/hci_sync.c
5445
hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) {
net/bluetooth/hci_sync.c
5469
if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) {
net/bluetooth/hci_sync.c
5484
} else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) {
net/bluetooth/mgmt.c
10080
changed = hci_dev_test_and_clear_flag(hdev, HCI_LINK_SECURITY);
net/bluetooth/mgmt.c
1020
if (!hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE))
net/bluetooth/mgmt.c
1856
changed = hci_dev_test_and_clear_flag(hdev, HCI_BONDABLE);
net/bluetooth/mgmt.c
1963
if (enable && hci_dev_test_and_clear_flag(hdev,
net/bluetooth/mgmt.c
1976
changed = hci_dev_test_and_clear_flag(hdev, HCI_SSP_ENABLED);
net/bluetooth/mgmt.c
2050
changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/mgmt.c
2908
if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) {
net/bluetooth/mgmt.c
3020
changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/mgmt.c
4436
changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/mgmt.c
4774
changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/mgmt.c
6573
changed = hci_dev_test_and_clear_flag(hdev, HCI_ADVERTISING);
net/bluetooth/mgmt.c
7021
changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/mgmt.c
7081
changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/mgmt.c
7088
use_changed = hci_dev_test_and_clear_flag(hdev,
net/bluetooth/mgmt.c
7148
changed = hci_dev_test_and_clear_flag(hdev, HCI_PRIVACY);
net/bluetooth/mgmt.c
8093
changed = hci_dev_test_and_clear_flag(hdev, HCI_EXT_CONFIGURED);