Home
last modified time | relevance | path

Searched refs:HCI_DISCOVERABLE (Results 1 – 4 of 4) sorted by relevance

/linux/net/bluetooth/
H A Dmgmt.c885 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in get_current_settings()
983 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in mgmt_get_adv_discov_flags()
1070 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off()
1554 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in mgmt_set_discoverable_complete()
1641 if (!!cp->val != hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) { in set_discoverable()
1642 hci_dev_change_flag(hdev, HCI_DISCOVERABLE); in set_discoverable()
1660 if (!!cp->val == hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in set_discoverable()
1690 hci_dev_set_flag(hdev, HCI_DISCOVERABLE); in set_discoverable()
1692 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable()
1752 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings()
[all …]
H A Dhci_sync.c1886 if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE) || in hci_enable_advertising_sync()
2551 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_pause_advertising_sync()
3488 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in hci_update_scan_sync()
5293 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_close_sync()
5809 if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in hci_write_iac_sync()
5886 hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in hci_update_discoverable()
H A Dhci_core.c658 HCI_DISCOVERABLE); in hci_update_passive_scan_state()
662 HCI_DISCOVERABLE); in hci_update_passive_scan_state()
1845 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in hci_adv_instance_flags()
/linux/include/net/bluetooth/
H A Dhci.h451 HCI_DISCOVERABLE, enumerator