Searched refs:discov (Results 1 – 2 of 2) sorted by relevance
1937 struct discovery_state *discov = &hdev->discovery; in hci_resolve_next_name() local1940 if (list_empty(&discov->resolve)) in hci_resolve_next_name()1958 struct discovery_state *discov = &hdev->discovery; in hci_check_pending_name() local1971 if (discov->state == DISCOVERY_STOPPED) in hci_check_pending_name()1974 if (discov->state == DISCOVERY_STOPPING) in hci_check_pending_name()1977 if (discov->state != DISCOVERY_RESOLVING) in hci_check_pending_name()2380 struct discovery_state *discov = &hdev->discovery; in hci_inquiry_complete_evt() local2398 if (discov->state != DISCOVERY_FINDING) in hci_inquiry_complete_evt()2401 if (list_empty(&discov->resolve)) { in hci_inquiry_complete_evt()
1028 struct discovery_state *discov = &hdev->discovery; in hci_discovery_active() local1030 switch (discov->state) { in hci_discovery_active()