Symbol: HCI_ADVERTISING
net/bluetooth/hci_conn.c
2357
if (hci_dev_test_flag(hdev, HCI_ADVERTISING))
net/bluetooth/hci_event.c
2126
hci_dev_clear_flag(hdev, HCI_ADVERTISING);
net/bluetooth/hci_sync.c
1921
if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) &&
net/bluetooth/hci_sync.c
1967
if (hci_dev_test_flag(hdev, HCI_ADVERTISING) && !ext_adv_capable(hdev))
net/bluetooth/hci_sync.c
2133
if (!hdev_is_powered(hdev) || hci_dev_test_flag(hdev, HCI_ADVERTISING))
net/bluetooth/hci_sync.c
2550
old_state = hci_dev_test_flag(hdev, HCI_ADVERTISING);
net/bluetooth/hci_sync.c
2594
hci_dev_set_flag(hdev, HCI_ADVERTISING);
net/bluetooth/hci_sync.c
3371
if (hci_dev_test_flag(hdev, HCI_ADVERTISING) &&
net/bluetooth/hci_sync.c
3383
if (hci_dev_test_flag(hdev, HCI_ADVERTISING))
net/bluetooth/hci_sync.c
426
if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) &&
net/bluetooth/hci_sync.c
528
if (!hdev_is_powered(hdev) || hci_dev_test_flag(hdev, HCI_ADVERTISING))
net/bluetooth/hci_sync.c
5899
if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) {
net/bluetooth/hci_sync.c
5927
hci_dev_test_flag(hdev, HCI_ADVERTISING) &&
net/bluetooth/hci_sync.c
5952
if (hci_dev_test_flag(hdev, HCI_ADVERTISING) ||
net/bluetooth/l2cap_core.c
7167
if (hci_dev_test_flag(hdev, HCI_ADVERTISING))
net/bluetooth/mgmt.c
1047
if (!hci_dev_test_flag(hdev, HCI_ADVERTISING))
net/bluetooth/mgmt.c
2592
if (!val && hci_dev_test_flag(hdev, HCI_ADVERTISING)) {
net/bluetooth/mgmt.c
2593
hci_dev_clear_flag(hdev, HCI_ADVERTISING);
net/bluetooth/mgmt.c
4005
if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING))
net/bluetooth/mgmt.c
6443
hci_dev_set_flag(hdev, HCI_ADVERTISING);
net/bluetooth/mgmt.c
6445
hci_dev_clear_flag(hdev, HCI_ADVERTISING);
net/bluetooth/mgmt.c
6458
if (hci_dev_test_flag(hdev, HCI_ADVERTISING) ||
net/bluetooth/mgmt.c
6557
(val == hci_dev_test_flag(hdev, HCI_ADVERTISING) &&
net/bluetooth/mgmt.c
6567
changed = !hci_dev_test_and_set_flag(hdev, HCI_ADVERTISING);
net/bluetooth/mgmt.c
6573
changed = hci_dev_test_and_clear_flag(hdev, HCI_ADVERTISING);
net/bluetooth/mgmt.c
8425
if (hci_dev_test_flag(hdev, HCI_ADVERTISING))
net/bluetooth/mgmt.c
8855
hci_dev_test_flag(hdev, HCI_ADVERTISING) ||
net/bluetooth/mgmt.c
903
if (hci_dev_test_flag(hdev, HCI_ADVERTISING))
net/bluetooth/mgmt.c
9178
if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || !schedule_instance) {