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.c627 bool conn_changed, discov_changed; in hci_update_passive_scan_state() local
639 discov_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_passive_scan_state()
643 discov_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_passive_scan_state()
650 if (conn_changed || discov_changed) { in hci_update_passive_scan_state()