Home
last modified time | relevance | path

Searched refs:DISCOVERY_STOPPED (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/net/bluetooth/
Dhci_request.c408 if (hdev->discovery.state != DISCOVERY_STOPPED) in __hci_update_background_scan()
1206 if (old_state != DISCOVERY_STOPPED) { in hci_req_prepare_suspend()
1295 if (hdev->discovery_old_state != DISCOVERY_STOPPED && in hci_req_prepare_suspend()
2880 hci_discovery_set_state(hdev, DISCOVERY_STOPPED); in le_scan_disable_work()
3154 hci_discovery_set_state(hdev, DISCOVERY_STOPPED); in discov_update()
3162 hci_discovery_set_state(hdev, DISCOVERY_STOPPED); in discov_update()
3164 case DISCOVERY_STOPPED: in discov_update()
Dhci_event.c79 hci_discovery_set_state(hdev, DISCOVERY_STOPPED); in hci_cc_inquiry_cancel()
224 hci_discovery_set_state(hdev, DISCOVERY_STOPPED); in hci_cc_reset()
1393 hci_discovery_set_state(hdev, DISCOVERY_STOPPED); in le_set_scan_enable_complete()
2038 if (discov->state == DISCOVERY_STOPPED) in hci_check_pending_name()
2068 hci_discovery_set_state(hdev, DISCOVERY_STOPPED); in hci_check_pending_name()
2506 hci_discovery_set_state(hdev, DISCOVERY_STOPPED); in hci_inquiry_complete_evt()
2524 hci_discovery_set_state(hdev, DISCOVERY_STOPPED); in hci_inquiry_complete_evt()
Dhci_core.c1091 case DISCOVERY_STOPPED: in hci_discovery_set_state()
1772 hci_discovery_set_state(hdev, DISCOVERY_STOPPED); in hci_dev_do_close()
Dmgmt.c4687 if (hdev->discovery.state != DISCOVERY_STOPPED || in start_discovery_internal()
4780 if (hdev->discovery.state != DISCOVERY_STOPPED || in start_service_discovery()
5357 hdev->discovery.state == DISCOVERY_STOPPED) { in set_scan_params()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci_core.h66 DISCOVERY_STOPPED, enumerator
748 hdev->discovery.state = DISCOVERY_STOPPED; in discovery_init()