Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_core.c645 bool conn_changed, discov_changed; in hci_update_passive_scan_state() local
657 discov_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_passive_scan_state()
661 discov_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_passive_scan_state()
668 if (conn_changed || discov_changed) { in hci_update_passive_scan_state()