Searched refs:BT_SECURITY_L3 (Results 1 – 8 of 8) sorted by relevance
677 BT_SECURITY_L3, enumerator684 BT_SECURITY_HIGH __deprecated = BT_SECURITY_L3,
728 if (conn->required_sec_level == BT_SECURITY_L3 && len < 16) { in bt_conn_auth_pincode_entry()751 if (conn->required_sec_level == BT_SECURITY_L3) { in bt_conn_pin_code_req()1120 if (conn->required_sec_level > BT_SECURITY_L3) { in start_security()1154 sec > BT_SECURITY_L3) { in bt_conn_set_security()
1332 } else if (chan->chan.required_sec_level < BT_SECURITY_L3) { in l2cap_change_security()1333 chan->chan.required_sec_level = BT_SECURITY_L3; in l2cap_change_security()
1894 } else if (conn->sec_level < BT_SECURITY_L3) { in att_change_security()1908 sec = BT_SECURITY_L3; in att_change_security()
579 case BT_SECURITY_L3: in l2cap_br_conn_security()
357 if (conn->required_sec_level > BT_SECURITY_L3 && in smp_keys_check()2676 (conn->required_sec_level < BT_SECURITY_L3))) { in get_auth()2697 case BT_SECURITY_L3: in sec_level_reachable()
2175 if (bt_conn_get_security(conn) < BT_SECURITY_L3) { in bt_gatt_check_perm()2296 sec = BT_SECURITY_L3; in update_ccc()
3221 conn->sec_level = BT_SECURITY_L3; in update_sec_level_br()4461 conn->sec_level = BT_SECURITY_L3; in update_sec_level()
Completed in 45 milliseconds