Home
last modified time | relevance | path

Searched refs:BT_SECURITY_L1 (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/
Dcentral.c127 int psm = l2cap_server_register(BT_SECURITY_L1); in entrypoint_central()
/Zephyr-latest/samples/bluetooth/iso_peripheral/src/
Dmain.c153 .sec_level = BT_SECURITY_L1,
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/
Dgatt_server_test.c55 if (security_err == BT_SECURITY_ERR_SUCCESS && level > BT_SECURITY_L1) { in security_changed()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/src/
Ddut.c194 int psm = l2cap_server_register(BT_SECURITY_L1); in entrypoint_dut()
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/
Dcommon.c62 if (security_err == BT_SECURITY_ERR_SUCCESS && level > BT_SECURITY_L1) { in security_changed()
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/
Dclient_test.c74 if (security_err == BT_SECURITY_ERR_SUCCESS && level > BT_SECURITY_L1) { in security_changed()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/send_on_connect/src/
Dmain_l2cap_send_on_connect.c89 .sec_level = BT_SECURITY_L1,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/src/
Dmain.c236 int psm = l2cap_server_register(BT_SECURITY_L1); in test_procedure_0()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/userdata/src/
Dmain_l2cap_userdata.c84 .sec_level = BT_SECURITY_L1,
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dcommon.c125 security_level = BT_SECURITY_L1; in disconnected()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/
Dmain.c242 int psm = l2cap_server_register(BT_SECURITY_L1); in test_peripheral_main()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dmain.c255 psm = l2cap_server_register(BT_SECURITY_L1); in test_peripheral_main()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/
Dmain.c261 int psm = l2cap_server_register(BT_SECURITY_L1); in test_peripheral_main()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/
Dmain.c325 int psm = l2cap_server_register(BT_SECURITY_L1); in test_peripheral_main()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dl2cap_br.c785 if (br_chan->required_sec_level == BT_SECURITY_L1 && in l2cap_br_conn_security()
1169 server->sec_level = BT_SECURITY_L1; in bt_l2cap_br_server_register()
1696 br_chan->required_sec_level = BT_SECURITY_L1; in bt_l2cap_br_chan_connect()
Dbr.c150 conn->sec_level = BT_SECURITY_L1; in bt_br_update_sec_level()
Drfcomm.c1790 .sec_level = BT_SECURITY_L1, in bt_rfcomm_init()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h813 BT_SECURITY_L1, enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c1184 } else if (server->sec_level < BT_SECURITY_L1) { in bt_l2cap_server_register()
1186 server->sec_level = BT_SECURITY_L1; in bt_l2cap_server_register()
1422 if (conn->sec_level > BT_SECURITY_L1) { in l2cap_check_security()
3154 le_chan->required_sec_level = BT_SECURITY_L1; in bt_l2cap_chan_connect()
Dconn.c2722 return BT_SECURITY_L1; in bt_conn_get_security()
2782 conn->sec_level = BT_SECURITY_L1; in bt_conn_add_le()
2783 conn->required_sec_level = BT_SECURITY_L1; in bt_conn_add_le()
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c500 .sec_level = BT_SECURITY_L1,
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c640 .sec_level = BT_SECURITY_L1,
/Zephyr-latest/subsys/bluetooth/audio/
Dpacs.c1248 if (info.security.level > BT_SECURITY_L1) { in bt_pacs_conn_set_available_contexts_for_conn()
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst126 :c:enumerator:`BT_SECURITY_L1`
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c50 #define DEFAULT_CIS_SEC_LEVEL BT_SECURITY_L1

12