Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_sync.c1551 if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE) || in hci_enable_advertising_sync()
2302 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_pause_advertising_sync()
3025 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in hci_update_scan_sync()
4798 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_close_sync()
5212 if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in hci_write_iac_sync()
5289 hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in hci_update_discoverable()
Dmgmt.c880 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in get_current_settings()
960 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in mgmt_get_adv_discov_flags()
1045 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off()
1502 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in mgmt_set_discoverable_complete()
1586 if (!!cp->val != hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) { in set_discoverable()
1587 hci_dev_change_flag(hdev, HCI_DISCOVERABLE); in set_discoverable()
1605 if (!!cp->val == hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in set_discoverable()
1635 hci_dev_set_flag(hdev, HCI_DISCOVERABLE); in set_discoverable()
1637 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable()
1698 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings()
[all …]
Dhci_core.c711 HCI_DISCOVERABLE); in hci_update_passive_scan_state()
715 HCI_DISCOVERABLE); in hci_update_passive_scan_state()
1848 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in hci_adv_instance_flags()
/linux-6.1.9/include/net/bluetooth/
Dhci.h364 HCI_DISCOVERABLE, enumerator