Symbol: DISCOVERY_STOPPED
include/net/bluetooth/hci_core.h
909
hdev->discovery.state = DISCOVERY_STOPPED;
net/bluetooth/hci_core.c
129
case DISCOVERY_STOPPED:
net/bluetooth/hci_event.c
116
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_event.c
1773
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_event.c
1781
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_event.c
2455
if (discov->state == DISCOVERY_STOPPED)
net/bluetooth/hci_event.c
2482
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_event.c
282
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_event.c
3014
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_event.c
3033
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_sync.c
3298
if (hdev->discovery.state != DISCOVERY_STOPPED)
net/bluetooth/hci_sync.c
413
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_sync.c
5503
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_sync.c
6298
if (old_state == DISCOVERY_STOPPED || old_state == DISCOVERY_STOPPING ||
net/bluetooth/hci_sync.c
6308
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_sync.c
6466
hci_discovery_set_state(hdev, err ? DISCOVERY_STOPPED :
net/bluetooth/hci_sync.c
7411
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/mgmt.c
6045
hci_discovery_set_state(hdev, err ? DISCOVERY_STOPPED:
net/bluetooth/mgmt.c
6076
if (hdev->discovery.state != DISCOVERY_STOPPED ||
net/bluetooth/mgmt.c
6165
if (hdev->discovery.state != DISCOVERY_STOPPED ||
net/bluetooth/mgmt.c
6269
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/mgmt.c
6754
hdev->discovery.state == DISCOVERY_STOPPED)