Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_event.c2409 struct discovery_state *discov = &hdev->discovery; in hci_resolve_next_name() local
2412 if (list_empty(&discov->resolve)) in hci_resolve_next_name()
2416 if (time_after(jiffies, discov->name_resolve_timeout)) { in hci_resolve_next_name()
2436 struct discovery_state *discov = &hdev->discovery; in hci_check_pending_name() local
2447 if (discov->state == DISCOVERY_STOPPED) in hci_check_pending_name()
2450 if (discov->state == DISCOVERY_STOPPING) in hci_check_pending_name()
2453 if (discov->state != DISCOVERY_RESOLVING) in hci_check_pending_name()
2952 struct discovery_state *discov = &hdev->discovery; in hci_inquiry_complete_evt() local
2968 if (discov->state != DISCOVERY_FINDING) in hci_inquiry_complete_evt()
2971 if (list_empty(&discov->resolve)) { in hci_inquiry_complete_evt()
[all …]
H A Dhci_core.c109 struct discovery_state *discov = &hdev->discovery; in hci_discovery_active() local
111 switch (discov->state) { in hci_discovery_active()