Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dl2cap_br.c588 if (br_chan->required_sec_level == BT_SECURITY_L0) { in l2cap_br_conn_security()
722 if (server->sec_level != BT_SECURITY_L0 && in l2cap_br_conn_req()
871 } else if (server->sec_level == BT_SECURITY_L0 && in bt_l2cap_br_server_register()
1242 } else if (br_chan->required_sec_level == BT_SECURITY_L0 && in bt_l2cap_br_chan_connect()
Dsdp.c1428 .sec_level = BT_SECURITY_L0, in bt_sdp_init()
Dl2cap.c3052 } else if (le_chan->required_sec_level == BT_SECURITY_L0) { in bt_l2cap_chan_connect()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dconn.h353 BT_SECURITY_L0, enumerator
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/
Dbt.c3143 (sec < BT_SECURITY_L0 || sec > BT_SECURITY_L3))) { in cmd_security()