Symbol: HCI_SSP_ENABLED
include/net/bluetooth/hci_core.h
1003
return hci_dev_test_flag(hdev, HCI_SSP_ENABLED) &&
net/bluetooth/hci_event.c
5302
if (!conn || !hci_dev_test_flag(hdev, HCI_SSP_ENABLED))
net/bluetooth/hci_event.c
649
hci_dev_set_flag(hdev, HCI_SSP_ENABLED);
net/bluetooth/hci_event.c
651
hci_dev_clear_flag(hdev, HCI_SSP_ENABLED);
net/bluetooth/hci_sync.c
3416
if (!hci_dev_test_flag(hdev, HCI_SSP_ENABLED) ||
net/bluetooth/hci_sync.c
4027
if (!lmp_ssp_capable(hdev) || !hci_dev_test_flag(hdev, HCI_SSP_ENABLED))
net/bluetooth/hci_sync.c
4046
if (!lmp_ssp_capable(hdev) || hci_dev_test_flag(hdev, HCI_SSP_ENABLED))
net/bluetooth/hci_sync.c
4931
if (!hci_dev_test_flag(hdev, HCI_SSP_ENABLED) ||
net/bluetooth/hci_sync.c
924
if (!hci_dev_test_flag(hdev, HCI_SSP_ENABLED))
net/bluetooth/mgmt.c
1961
HCI_SSP_ENABLED)) {
net/bluetooth/mgmt.c
1971
changed = !hci_dev_test_and_set_flag(hdev, HCI_SSP_ENABLED);
net/bluetooth/mgmt.c
1973
changed = hci_dev_test_and_clear_flag(hdev, HCI_SSP_ENABLED);
net/bluetooth/mgmt.c
2007
changed = !hci_dev_test_and_set_flag(hdev, HCI_SSP_ENABLED);
net/bluetooth/mgmt.c
2012
hci_dev_clear_flag(hdev, HCI_SSP_ENABLED);
net/bluetooth/mgmt.c
2045
HCI_SSP_ENABLED);
net/bluetooth/mgmt.c
2048
HCI_SSP_ENABLED);
net/bluetooth/mgmt.c
2067
if (!!cp->val == hci_dev_test_flag(hdev, HCI_SSP_ENABLED)) {
net/bluetooth/mgmt.c
6921
hci_dev_clear_flag(hdev, HCI_SSP_ENABLED);
net/bluetooth/mgmt.c
7058
!hci_dev_test_flag(hdev, HCI_SSP_ENABLED))
net/bluetooth/mgmt.c
7151
hci_dev_test_flag(hdev, HCI_SSP_ENABLED)) {
net/bluetooth/mgmt.c
8479
if (hci_dev_test_flag(hdev, HCI_SSP_ENABLED)) {
net/bluetooth/mgmt.c
897
if (hci_dev_test_flag(hdev, HCI_SSP_ENABLED))
net/bluetooth/smp.c
2380
if (hci_dev_test_flag(hcon->hdev, HCI_SSP_ENABLED))
net/bluetooth/smp.c
654
if (hci_dev_test_flag(hdev, HCI_SSP_ENABLED)) {