Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_core.c698 bool conn_changed, discov_changed; in hci_update_passive_scan_state() local
710 discov_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_passive_scan_state()
714 discov_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_passive_scan_state()
721 if (conn_changed || discov_changed) { in hci_update_passive_scan_state()