Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_conn.c1063 conn->sec_level = BT_SECURITY_LOW; in hci_connect_le()
1227 conn->sec_level = BT_SECURITY_LOW; in hci_connect_le_scan()
1263 acl->sec_level = BT_SECURITY_LOW; in hci_connect_acl()
1278 acl = hci_connect_acl(hdev, dst, BT_SECURITY_LOW, HCI_AT_NO_BONDING, in hci_connect_sco()
1422 if (sec_level == BT_SECURITY_LOW && !hci_conn_ssp_enabled(conn)) in hci_conn_security()
1446 (sec_level == BT_SECURITY_MEDIUM || sec_level == BT_SECURITY_LOW)) in hci_conn_security()
1454 (sec_level == BT_SECURITY_MEDIUM || sec_level == BT_SECURITY_LOW || in hci_conn_security()
H A Dl2cap_sock.c513 case BT_SECURITY_LOW: in l2cap_sock_getsockopt_old()
831 chan->sec_level = BT_SECURITY_LOW; in l2cap_sock_setsockopt_old()
928 sec.level = BT_SECURITY_LOW; in l2cap_sock_setsockopt()
936 if (sec.level < BT_SECURITY_LOW || in l2cap_sock_setsockopt()
H A Dl2cap_core.c546 chan->sec_level = BT_SECURITY_LOW; in l2cap_chan_set_defaults()
887 if (chan->sec_level == BT_SECURITY_LOW) in l2cap_get_auth_type()
898 if (chan->sec_level == BT_SECURITY_LOW) in l2cap_get_auth_type()
H A Dhci_event.c5215 conn->sec_level = BT_SECURITY_LOW; in le_conn_complete_evt()
5417 conn = hci_connect_le(hdev, addr, addr_type, BT_SECURITY_LOW, in check_pending_le_conn()
H A Dsmp.c2259 if (sec_level == BT_SECURITY_LOW) in smp_sufficient_security()
/OK3568_Linux_fs/kernel/net/bluetooth/rfcomm/
H A Dsock.c257 pi->sec_level = BT_SECURITY_LOW; in rfcomm_sock_init()
645 rfcomm_pi(sk)->sec_level = BT_SECURITY_LOW; in rfcomm_sock_setsockopt_old()
689 sec.level = BT_SECURITY_LOW; in rfcomm_sock_setsockopt()
751 case BT_SECURITY_LOW: in rfcomm_sock_getsockopt_old()
H A Dcore.c291 d->sec_level = BT_SECURITY_LOW; in rfcomm_dlc_clear_state()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dbluetooth.h70 #define BT_SECURITY_LOW 1 macro
H A Dhci_core.h1515 conn->sec_level = BT_SECURITY_LOW; in hci_encrypt_cfm()