Home
last modified time | relevance | path

Searched refs:BT_SECURITY_L4 (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/samples/bluetooth/peripheral_sc_only/src/
Dmain.c44 if (bt_conn_set_security(conn, BT_SECURITY_L4)) { in connected()
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/
Dcentral_ead.c481 err = bt_conn_set_security(default_conn, BT_SECURITY_L4); in run_central_sample()
/Zephyr-latest/subsys/bluetooth/host/classic/
Dbr.c140 if (conn->sec_level == BT_SECURITY_L4) { in br_sufficient_key_size()
157 conn->sec_level = BT_SECURITY_L4; in bt_br_update_sec_level()
Dl2cap_br.c791 case BT_SECURITY_L4: in l2cap_br_conn_security()
1165 if (server->sec_level > BT_SECURITY_L4) { in bt_l2cap_br_server_register()
1692 if (br_chan->required_sec_level > BT_SECURITY_L4) { in bt_l2cap_br_chan_connect()
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h819 BT_SECURITY_L4, enumerator
/Zephyr-latest/subsys/bluetooth/host/
Dl2cap.c1182 if (server->sec_level > BT_SECURITY_L4) { in bt_l2cap_server_register()
1872 } else if (conn->sec_level < BT_SECURITY_L4) { in l2cap_change_security()
1873 sec = BT_SECURITY_L4; in l2cap_change_security()
3151 if (le_chan->required_sec_level > BT_SECURITY_L4) { in bt_l2cap_chan_connect()
Dsmp.c401 if (conn->required_sec_level >= BT_SECURITY_L4 && in smp_keys_check()
2719 sec = BT_SECURITY_L4; in remote_sec_level_reachable()
2730 case BT_SECURITY_L4: in remote_sec_level_reachable()
2761 case BT_SECURITY_L4: in sec_level_reachable()
Datt.c2520 } else if (conn->sec_level < BT_SECURITY_L4) { in att_change_security()
2530 sec = BT_SECURITY_L4; in att_change_security()
Dconn.c2690 sec = BT_SECURITY_L4; in bt_conn_set_security()
Dhci_core.c2130 conn->sec_level = BT_SECURITY_L4; in update_sec_level()
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-le-host.rst136 :c:enumerator:`BT_SECURITY_L4`
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c3828 (sec < BT_SECURITY_L1 || sec > BT_SECURITY_L4))) { in cmd_security()
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst963 …t: bt_conn_auth_cb callbacks are not called when pairing to BLE 4.1 central in BT_SECURITY_L4 mode.