Searched refs:BT_SECURITY_L4 (Results 1 – 13 of 13) sorted by relevance
44 if (bt_conn_set_security(conn, BT_SECURITY_L4)) { in connected()
481 err = bt_conn_set_security(default_conn, BT_SECURITY_L4); in run_central_sample()
140 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()
791 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()
819 BT_SECURITY_L4, enumerator
1182 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()
401 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()
2520 } else if (conn->sec_level < BT_SECURITY_L4) { in att_change_security()2530 sec = BT_SECURITY_L4; in att_change_security()
2690 sec = BT_SECURITY_L4; in bt_conn_set_security()
2130 conn->sec_level = BT_SECURITY_L4; in update_sec_level()
136 :c:enumerator:`BT_SECURITY_L4`
3828 (sec < BT_SECURITY_L1 || sec > BT_SECURITY_L4))) { in cmd_security()
963 …t: bt_conn_auth_cb callbacks are not called when pairing to BLE 4.1 central in BT_SECURITY_L4 mode.