Symbol: hci_discovery_set_state
include/net/bluetooth/hci_core.h
933
void hci_discovery_set_state(struct hci_dev *hdev, int state);
net/bluetooth/hci_event.c
119
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_event.c
1746
hci_discovery_set_state(hdev, DISCOVERY_FINDING);
net/bluetooth/hci_event.c
1777
hci_discovery_set_state(hdev, 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
3017
hci_discovery_set_state(hdev, DISCOVERY_RESOLVING);
net/bluetooth/hci_event.c
3029
hci_discovery_set_state(hdev, 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
6152
hci_discovery_set_state(hdev, DISCOVERY_STOPPING);
net/bluetooth/hci_sync.c
6158
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/hci_sync.c
6312
hci_discovery_set_state(hdev, DISCOVERY_STARTING);
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
6062
hci_discovery_set_state(hdev, DISCOVERY_STARTING);
net/bluetooth/mgmt.c
6189
hci_discovery_set_state(hdev, DISCOVERY_STARTING);
net/bluetooth/mgmt.c
6210
hci_discovery_set_state(hdev, DISCOVERY_STOPPED);
net/bluetooth/mgmt.c
6259
hci_discovery_set_state(hdev, DISCOVERY_STOPPING);