Searched refs:discov (Results 1 – 2 of 2) sorted by relevance
1853 struct discovery_state *discov = &hdev->discovery; in hci_resolve_next_name() local1856 if (list_empty(&discov->resolve)) in hci_resolve_next_name()1874 struct discovery_state *discov = &hdev->discovery; in hci_check_pending_name() local1887 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() local2314 if (discov->state != DISCOVERY_FINDING) in hci_inquiry_complete_evt()2317 if (list_empty(&discov->resolve)) { in hci_inquiry_complete_evt()
1027 struct discovery_state *discov = &hdev->discovery; in hci_discovery_active() local1029 switch (discov->state) { in hci_discovery_active()