Symbol: HCI_DISCOVERABLE
net/bluetooth/hci_core.c
1846
else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE))
net/bluetooth/hci_core.c
659
HCI_DISCOVERABLE);
net/bluetooth/hci_core.c
663
HCI_DISCOVERABLE);
net/bluetooth/hci_sync.c
1893
if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE) ||
net/bluetooth/hci_sync.c
2558
hci_dev_clear_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/hci_sync.c
3498
if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE))
net/bluetooth/hci_sync.c
5335
hci_dev_clear_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/hci_sync.c
5851
if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE))
net/bluetooth/hci_sync.c
5928
hci_dev_test_flag(hdev, HCI_DISCOVERABLE) &&
net/bluetooth/mgmt.c
1070
hci_dev_clear_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/mgmt.c
1554
if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE) &&
net/bluetooth/mgmt.c
1641
if (!!cp->val != hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) {
net/bluetooth/mgmt.c
1642
hci_dev_change_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/mgmt.c
1660
if (!!cp->val == hci_dev_test_flag(hdev, HCI_DISCOVERABLE) &&
net/bluetooth/mgmt.c
1690
hci_dev_set_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/mgmt.c
1692
hci_dev_clear_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/mgmt.c
1752
hci_dev_clear_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/mgmt.c
1823
hci_dev_clear_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/mgmt.c
6861
hci_dev_clear_flag(hdev, HCI_DISCOVERABLE);
net/bluetooth/mgmt.c
885
if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE))
net/bluetooth/mgmt.c
983
else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE))