Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_event.c1672 struct discovery_state *discov = &hdev->discovery; in hci_resolve_next_name() local
1675 if (list_empty(&discov->resolve)) in hci_resolve_next_name()
1693 struct discovery_state *discov = &hdev->discovery; in hci_check_pending_name() local
1706 if (discov->state == DISCOVERY_STOPPED) in hci_check_pending_name()
1709 if (discov->state == DISCOVERY_STOPPING) in hci_check_pending_name()
1712 if (discov->state != DISCOVERY_RESOLVING) in hci_check_pending_name()
2122 struct discovery_state *discov = &hdev->discovery; in hci_inquiry_complete_evt() local
2140 if (discov->state != DISCOVERY_FINDING) in hci_inquiry_complete_evt()
2143 if (list_empty(&discov->resolve)) { in hci_inquiry_complete_evt()
Dhci_core.c1009 struct discovery_state *discov = &hdev->discovery; in hci_discovery_active() local
1011 switch (discov->state) { in hci_discovery_active()