Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_event.c1853 struct discovery_state *discov = &hdev->discovery; in hci_resolve_next_name() local
1856 if (list_empty(&discov->resolve)) in hci_resolve_next_name()
1874 struct discovery_state *discov = &hdev->discovery; in hci_check_pending_name() local
1887 if (discov->state == DISCOVERY_STOPPED) in hci_check_pending_name()
1890 if (discov->state == DISCOVERY_STOPPING) in hci_check_pending_name()
1893 if (discov->state != DISCOVERY_RESOLVING) in hci_check_pending_name()
2296 struct discovery_state *discov = &hdev->discovery; in hci_inquiry_complete_evt() local
2314 if (discov->state != DISCOVERY_FINDING) in hci_inquiry_complete_evt()
2317 if (list_empty(&discov->resolve)) { in hci_inquiry_complete_evt()
Dhci_core.c1027 struct discovery_state *discov = &hdev->discovery; in hci_discovery_active() local
1029 switch (discov->state) { in hci_discovery_active()