Lines Matching refs:HCI_DISCOVERABLE
666 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in get_current_settings()
951 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in get_adv_discov_flags()
1833 changed = !hci_dev_test_and_set_flag(hdev, HCI_DISCOVERABLE); in set_discoverable_complete()
1841 changed = hci_dev_test_and_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable_complete()
1925 if (!!cp->val != hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) { in set_discoverable()
1926 hci_dev_change_flag(hdev, HCI_DISCOVERABLE); in set_discoverable()
1944 if (!!cp->val == hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in set_discoverable()
2096 HCI_DISCOVERABLE); in set_connectable_complete()
2129 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings()
2194 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable()
5220 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_bredr()
7752 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in mgmt_discoverable_timeout()