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
5317
if (!conn || !hci_dev_test_flag(hdev, HCI_SSP_ENABLED))
net/bluetooth/hci_event.c
652
hci_dev_set_flag(hdev, HCI_SSP_ENABLED);
net/bluetooth/hci_event.c
654
hci_dev_clear_flag(hdev, HCI_SSP_ENABLED);
net/bluetooth/hci_sync.c
3308
if (!hci_dev_test_flag(hdev, HCI_SSP_ENABLED) ||
net/bluetooth/hci_sync.c
3914
if (!lmp_ssp_capable(hdev) || !hci_dev_test_flag(hdev, HCI_SSP_ENABLED))
net/bluetooth/hci_sync.c
3933
if (!lmp_ssp_capable(hdev) || hci_dev_test_flag(hdev, HCI_SSP_ENABLED))
net/bluetooth/hci_sync.c
4793
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
1964
HCI_SSP_ENABLED)) {
net/bluetooth/mgmt.c
1974
changed = !hci_dev_test_and_set_flag(hdev, HCI_SSP_ENABLED);
net/bluetooth/mgmt.c
1976
changed = hci_dev_test_and_clear_flag(hdev, HCI_SSP_ENABLED);
net/bluetooth/mgmt.c
2010
changed = !hci_dev_test_and_set_flag(hdev, HCI_SSP_ENABLED);
net/bluetooth/mgmt.c
2015
hci_dev_clear_flag(hdev, HCI_SSP_ENABLED);
net/bluetooth/mgmt.c
2048
HCI_SSP_ENABLED);
net/bluetooth/mgmt.c
2051
HCI_SSP_ENABLED);
net/bluetooth/mgmt.c
2070
if (!!cp->val == hci_dev_test_flag(hdev, HCI_SSP_ENABLED)) {
net/bluetooth/mgmt.c
6862
hci_dev_clear_flag(hdev, HCI_SSP_ENABLED);
net/bluetooth/mgmt.c
6999
!hci_dev_test_flag(hdev, HCI_SSP_ENABLED))
net/bluetooth/mgmt.c
7092
hci_dev_test_flag(hdev, HCI_SSP_ENABLED)) {
net/bluetooth/mgmt.c
8373
if (hci_dev_test_flag(hdev, HCI_SSP_ENABLED)) {
net/bluetooth/mgmt.c
900
if (hci_dev_test_flag(hdev, HCI_SSP_ENABLED))
net/bluetooth/smp.c
2413
if (hci_dev_test_flag(hcon->hdev, HCI_SSP_ENABLED))
net/bluetooth/smp.c
676
if (hci_dev_test_flag(hdev, HCI_SSP_ENABLED)) {