Searched refs:HCI_LIMITED_DISCOVERABLE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | hci_sync.c | 978 if (hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) in hci_update_class_sync() 1761 hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) { in hci_enable_advertising_sync() 2533 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_pause_advertising_sync() 5185 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_dev_close_sync() 5696 if (hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) { in hci_write_iac_sync()
|
H A D | mgmt.c | 959 if (hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) in mgmt_get_adv_discov_flags() 1047 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in discov_off() 1522 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in mgmt_set_discoverable_complete() 1631 HCI_LIMITED_DISCOVERABLE)) { in set_discoverable() 1665 hci_dev_set_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable() 1667 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_discoverable() 1790 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in set_connectable()
|
H A D | hci_core.c | 663 hci_dev_clear_flag(hdev, HCI_LIMITED_DISCOVERABLE); in hci_update_passive_scan_state() 1797 if (hci_dev_test_flag(hdev, HCI_LIMITED_DISCOVERABLE)) in hci_adv_instance_flags()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci.h | 409 HCI_LIMITED_DISCOVERABLE, enumerator
|