Home
last modified time | relevance | path

Searched refs:HCI_SC_ENABLED (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/bluetooth/
Dmgmt.c682 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED)) in get_current_settings()
5114 hci_dev_test_flag(hdev, HCI_SC_ENABLED))) { in set_bredr()
5180 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in sc_enable_complete()
5184 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in sc_enable_complete()
5188 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in sc_enable_complete()
5236 HCI_SC_ENABLED); in set_secure_conn()
5243 HCI_SC_ENABLED); in set_secure_conn()
5265 if (val == hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in set_secure_conn()
6676 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in read_local_oob_ext_data()
6721 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED)) { in read_local_oob_ext_data()
Dsmp.c55 #define AUTH_REQ_MASK(dev) (hci_dev_test_flag(dev, HCI_SC_ENABLED) ? \
666 if (hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in build_pairing_cmd()
2332 if (hci_dev_test_flag(hcon->hdev, HCI_SC_ENABLED)) in smp_conn_security()
2911 if (!hci_dev_test_flag(hdev, HCI_SC_ENABLED)) in bredr_pairing()
Dhci_event.c534 hci_dev_set_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
536 hci_dev_clear_flag(hdev, HCI_SC_ENABLED); in hci_cc_write_sc_support()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h637 return hci_dev_test_flag(hdev, HCI_SC_ENABLED) && in hci_conn_sc_enabled()
1059 hci_dev_test_flag(dev, HCI_SC_ENABLED))
Dhci.h221 HCI_SC_ENABLED, enumerator