Searched refs:HCI_DISCOVERABLE (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/net/bluetooth/ |
| H A D | mgmt.c | 875 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in get_current_settings() 967 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in mgmt_get_adv_discov_flags() 1054 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off() 1540 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in mgmt_set_discoverable_complete() 1625 hci_dev_change_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1643 if (!!cp->val == hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in set_discoverable() 1673 hci_dev_set_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1675 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1736 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings() 1804 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable() [all …]
|
| H A D | hci_sync.c | 1733 if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE) || in hci_enable_advertising_sync() 2474 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_pause_advertising_sync() 3405 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in hci_update_scan_sync() 5192 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_close_sync() 5704 if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in hci_write_iac_sync() 5781 hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in hci_update_discoverable()
|
| H A D | hci_core.c | 640 HCI_DISCOVERABLE); in hci_update_passive_scan_state() 644 HCI_DISCOVERABLE); in hci_update_passive_scan_state() 1815 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in hci_adv_instance_flags()
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci.h | 448 HCI_DISCOVERABLE, enumerator
|