Searched refs:HCI_SC_ENABLED (Results 1 – 4 of 4) sorted by relevance
/linux/net/bluetooth/ |
H A D | smp.c | 62 #define AUTH_REQ_MASK(dev) (hci_dev_test_flag(dev, HCI_SC_ENABLED) ? \ 671 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in build_pairing_cmd() 2427 if (hci_dev_test_flag(hcon->hdev, HCI_SC_ENABLED)) { in smp_conn_security() 3121 if (!hci_dev_test_flag(hdev, HCI_SC_ENABLED)) in bredr_pairing()
|
H A D | hci_sync.c | 3270 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync() 3273 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_write_sc_support_sync()
|
H A D | hci_event.c | 681 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support() 683 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 995 return hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in hci_conn_sc_enabled() 1913 hci_dev_test_flag(dev, HCI_SC_ENABLED))
|