Home
last modified time | relevance | path

Searched refs:BT_SECURITY_LOW (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/net/bluetooth/
Dhci_conn.c790 conn->sec_level = BT_SECURITY_LOW; in hci_connect_le()
884 acl->sec_level = BT_SECURITY_LOW; in hci_connect_acl()
899 acl = hci_connect_acl(hdev, dst, BT_SECURITY_LOW, HCI_AT_NO_BONDING); in hci_connect_sco()
1025 if (sec_level == BT_SECURITY_LOW && !hci_conn_ssp_enabled(conn)) in hci_conn_security()
1049 (sec_level == BT_SECURITY_MEDIUM || sec_level == BT_SECURITY_LOW)) in hci_conn_security()
1057 (sec_level == BT_SECURITY_MEDIUM || sec_level == BT_SECURITY_LOW || in hci_conn_security()
Dl2cap_sock.c437 case BT_SECURITY_LOW: in l2cap_sock_getsockopt_old()
716 chan->sec_level = BT_SECURITY_LOW; in l2cap_sock_setsockopt_old()
772 sec.level = BT_SECURITY_LOW; in l2cap_sock_setsockopt()
780 if (sec.level < BT_SECURITY_LOW || in l2cap_sock_setsockopt()
Dl2cap_core.c495 chan->sec_level = BT_SECURITY_LOW; in l2cap_chan_set_defaults()
769 if (chan->sec_level == BT_SECURITY_LOW) in l2cap_get_auth_type()
780 if (chan->sec_level == BT_SECURITY_LOW) in l2cap_get_auth_type()
Dhci_event.c4547 conn->sec_level = BT_SECURITY_LOW; in hci_le_conn_complete_evt()
4676 conn = hci_connect_le(hdev, addr, addr_type, BT_SECURITY_LOW, in check_pending_le_conn()
Dsmp.c2205 if (sec_level == BT_SECURITY_LOW) in smp_sufficient_security()
/linux-4.1.27/net/bluetooth/rfcomm/
Dsock.c258 pi->sec_level = BT_SECURITY_LOW; in rfcomm_sock_init()
666 rfcomm_pi(sk)->sec_level = BT_SECURITY_LOW; in rfcomm_sock_setsockopt_old()
709 sec.level = BT_SECURITY_LOW; in rfcomm_sock_setsockopt()
771 case BT_SECURITY_LOW: in rfcomm_sock_getsockopt_old()
Dcore.c295 d->sec_level = BT_SECURITY_LOW; in rfcomm_dlc_clear_state()
/linux-4.1.27/include/net/bluetooth/
Dbluetooth.h65 #define BT_SECURITY_LOW 1 macro
Dhci_core.h1160 conn->sec_level = BT_SECURITY_LOW; in hci_encrypt_cfm()