Home
last modified time | relevance | path

Searched refs:BT_SECURITY_L3 (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dssp.c99 if (conn->required_sec_level == BT_SECURITY_L3 && len < 16) { in bt_conn_auth_pincode_entry()
121 if (conn->required_sec_level == BT_SECURITY_L3) { in pin_code_req()
712 if (conn->required_sec_level < BT_SECURITY_L3) { in bt_hci_io_capa_req()
Dsco.c51 if (server->sec_level > BT_SECURITY_L3) { in bt_sco_server_register()
Dbr.c159 conn->sec_level = BT_SECURITY_L3; in bt_br_update_sec_level()
Dl2cap_br.c792 case BT_SECURITY_L3: in l2cap_br_conn_security()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h817 BT_SECURITY_L3, enumerator
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_l2cap.c548 server->sec_level = BT_SECURITY_L3; in listen()
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c396 if (conn->required_sec_level >= BT_SECURITY_L3 && in smp_keys_check()
2689 (conn->required_sec_level < BT_SECURITY_L3))) { in get_auth()
2722 sec = BT_SECURITY_L3; in remote_sec_level_reachable()
2739 case BT_SECURITY_L3: in remote_sec_level_reachable()
2758 case BT_SECURITY_L3: in sec_level_reachable()
Dl2cap.c1870 } else if (conn->sec_level < BT_SECURITY_L3) { in l2cap_change_security()
1871 sec = BT_SECURITY_L3; in l2cap_change_security()
Datt.c2505 } else if (conn->sec_level < BT_SECURITY_L3) { in att_change_security()
2519 sec = BT_SECURITY_L3; in att_change_security()
Dgatt.c3206 if (bt_conn_get_security(conn) < BT_SECURITY_L3) { in bt_gatt_check_perm()
3339 sec = BT_SECURITY_L3; in update_ccc()
Dconn.c2694 sec = BT_SECURITY_L3; in bt_conn_set_security()
Diso.c1367 if (server->sec_level > BT_SECURITY_L3) { in bt_iso_server_register()
Dhci_core.c2132 conn->sec_level = BT_SECURITY_L3; in update_sec_level()
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst132 :c:enumerator:`BT_SECURITY_L3`
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3822 (sec < BT_SECURITY_L0 || sec > BT_SECURITY_L3))) { in cmd_security()