Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br.c777 if (br_chan->required_sec_level == BT_SECURITY_L0) { in l2cap_br_conn_security()
1015 if (server->sec_level != BT_SECURITY_L0 && in l2cap_br_conn_req()
1167 } else if (server->sec_level == BT_SECURITY_L0 && in bt_l2cap_br_server_register()
1694 } else if (br_chan->required_sec_level == BT_SECURITY_L0 && in bt_l2cap_br_chan_connect()
Dhfp_hf.c821 .sec_level = BT_SECURITY_L0, in hfp_hf_init()
Dsdp.c1440 .sec_level = BT_SECURITY_L0, in bt_sdp_init()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h811 BT_SECURITY_L0, enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c3153 } else if (le_chan->required_sec_level == BT_SECURITY_L0) { in bt_l2cap_chan_connect()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3822 (sec < BT_SECURITY_L0 || sec > BT_SECURITY_L3))) { in cmd_security()