Symbol: DISCOVERY_STOPPED
include/net/bluetooth/hci_core.h
910
hdev->discovery.state = DISCOVERY_STOPPED;
net/bluetooth/hci_core.c
132
case DISCOVERY_STOPPED:
net/bluetooth/hci_event.c
119
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_event.c
1777
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_event.c
2451
if (discov->state == DISCOVERY_STOPPED)
net/bluetooth/hci_event.c
2478
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_event.c
285
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_event.c
3010
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_event.c
3029
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_sync.c
3194
if (hdev->discovery.state != DISCOVERY_STOPPED)
net/bluetooth/hci_sync.c
413
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_sync.c
5358
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_sync.c
6148
if (old_state == DISCOVERY_STOPPED || old_state == DISCOVERY_STOPPING ||
net/bluetooth/hci_sync.c
6158
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_sync.c
6316
hci_discovery_set_state(hdev, err ? DISCOVERY_STOPPED :
net/bluetooth/hci_sync.c
7143
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/mgmt.c
5986
hci_discovery_set_state(hdev, err ? DISCOVERY_STOPPED:
net/bluetooth/mgmt.c
6017
if (hdev->discovery.state != DISCOVERY_STOPPED ||
net/bluetooth/mgmt.c
6106
if (hdev->discovery.state != DISCOVERY_STOPPED ||
net/bluetooth/mgmt.c
6210
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/mgmt.c
6695
hdev->discovery.state == DISCOVERY_STOPPED)