Symbol: HCI_ADVERTISING
net/bluetooth/hci_conn.c
2442
if (hci_dev_test_flag(hdev, HCI_ADVERTISING))
net/bluetooth/hci_event.c
2130
hci_dev_clear_flag(hdev, HCI_ADVERTISING);
net/bluetooth/hci_sync.c
2003
if (!hci_dev_test_flag(hdev, HCI_ADVERTISING) &&
net/bluetooth/hci_sync.c
2049
if (hci_dev_test_flag(hdev, HCI_ADVERTISING) && !ext_adv_capable(hdev))
net/bluetooth/hci_sync.c
2215
if (!hdev_is_powered(hdev) || hci_dev_test_flag(hdev, HCI_ADVERTISING))
net/bluetooth/hci_sync.c
2632
old_state = hci_dev_test_flag(hdev, HCI_ADVERTISING);
net/bluetooth/hci_sync.c
2676
hci_dev_set_flag(hdev, HCI_ADVERTISING);
net/bluetooth/hci_sync.c
3479
if (hci_dev_test_flag(hdev, HCI_ADVERTISING) &&
net/bluetooth/hci_sync.c
3491
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
6049
if (hci_dev_test_flag(hdev, HCI_ADVERTISING)) {
net/bluetooth/hci_sync.c
6077
hci_dev_test_flag(hdev, HCI_ADVERTISING) &&
net/bluetooth/hci_sync.c
6102
if (hci_dev_test_flag(hdev, HCI_ADVERTISING) ||
net/bluetooth/l2cap_core.c
7335
if (hci_dev_test_flag(hdev, HCI_ADVERTISING))
net/bluetooth/mgmt.c
1044
if (!hci_dev_test_flag(hdev, HCI_ADVERTISING))
net/bluetooth/mgmt.c
2589
if (!val && hci_dev_test_flag(hdev, HCI_ADVERTISING)) {
net/bluetooth/mgmt.c
2590
hci_dev_clear_flag(hdev, HCI_ADVERTISING);
net/bluetooth/mgmt.c
4056
if (lmp_le_capable(hdev) && hci_dev_test_flag(hdev, HCI_ADVERTISING))
net/bluetooth/mgmt.c
6502
hci_dev_set_flag(hdev, HCI_ADVERTISING);
net/bluetooth/mgmt.c
6504
hci_dev_clear_flag(hdev, HCI_ADVERTISING);
net/bluetooth/mgmt.c
6517
if (hci_dev_test_flag(hdev, HCI_ADVERTISING) ||
net/bluetooth/mgmt.c
6616
(val == hci_dev_test_flag(hdev, HCI_ADVERTISING) &&
net/bluetooth/mgmt.c
6626
changed = !hci_dev_test_and_set_flag(hdev, HCI_ADVERTISING);
net/bluetooth/mgmt.c
6632
changed = hci_dev_test_and_clear_flag(hdev, HCI_ADVERTISING);
net/bluetooth/mgmt.c
8531
if (hci_dev_test_flag(hdev, HCI_ADVERTISING))
net/bluetooth/mgmt.c
8961
hci_dev_test_flag(hdev, HCI_ADVERTISING) ||
net/bluetooth/mgmt.c
900
if (hci_dev_test_flag(hdev, HCI_ADVERTISING))
net/bluetooth/mgmt.c
9291
if (hci_dev_test_flag(hdev, HCI_ADVERTISING) || !schedule_instance) {