Searched refs:HCI_DISCOVERABLE (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | mgmt.c | 885 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in get_current_settings() 986 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in mgmt_get_adv_discov_flags() 1073 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in discov_off() 1557 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in mgmt_set_discoverable_complete() 1644 if (!!cp->val != hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) { in set_discoverable() 1645 hci_dev_change_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1663 if (!!cp->val == hci_dev_test_flag(hdev, HCI_DISCOVERABLE) && in set_discoverable() 1693 hci_dev_set_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1695 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable() 1755 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in set_connectable_update_settings() [all...] |
| H A D | hci_sync.c | 1990 if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE) || in hci_enable_advertising_sync() 2655 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_pause_advertising_sync() 3626 if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in hci_update_scan_sync() 5560 hci_dev_clear_flag(hdev, HCI_DISCOVERABLE); in hci_dev_close_sync() 6082 if (!hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in hci_write_iac_sync() 6159 hci_dev_test_flag(hdev, HCI_DISCOVERABLE) &&
|
| H A D | hci_core.c | 622 HCI_DISCOVERABLE); in hci_update_passive_scan_state() 626 HCI_DISCOVERABLE); in hci_update_passive_scan_state() 1809 else if (hci_dev_test_flag(hdev, HCI_DISCOVERABLE)) in hci_adv_instance_flags()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 448 HCI_DISCOVERABLE, enumerator
|