Symbol: HCI_DISCOVERABLE
net/bluetooth/hci_core.c
1806
else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE))
net/bluetooth/hci_core.c
619
HCI_DISCOVERABLE);
net/bluetooth/hci_core.c
623
HCI_DISCOVERABLE);
net/bluetooth/hci_sync.c
1975
if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE) ||
net/bluetooth/hci_sync.c
2640
hci_dev_clear_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/hci_sync.c
3611
if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE))
net/bluetooth/hci_sync.c
5480
hci_dev_clear_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/hci_sync.c
6001
if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE))
net/bluetooth/hci_sync.c
6078
hci_dev_test_flag(hdev, HCI_DISCOVERABLE) &&
net/bluetooth/mgmt.c
1067
hci_dev_clear_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/mgmt.c
1551
if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE) &&
net/bluetooth/mgmt.c
1638
if (!!cp->val != hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) {
net/bluetooth/mgmt.c
1639
hci_dev_change_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/mgmt.c
1657
if (!!cp->val == hci_dev_test_flag(hdev, HCI_DISCOVERABLE) &&
net/bluetooth/mgmt.c
1687
hci_dev_set_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/mgmt.c
1689
hci_dev_clear_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/mgmt.c
1749
hci_dev_clear_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/mgmt.c
1820
hci_dev_clear_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/mgmt.c
6920
hci_dev_clear_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/mgmt.c
882
if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE))
net/bluetooth/mgmt.c
980
else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE))